#8782d4

Color #8782D4 Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #8782D4

Tints of Moody Blue #8782D4

Color information

#8782D4 (or 0x8782D4) is unknown color: approx Moody Blue. HEX triplet: 87, 82 and D4. RGB value is (135,130,212). Sum of RGB (Red+Green+Blue) = 135+130+212=477 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.30% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 212 (83.20% from 255 or 44.44% from 477); Max value from RGB is 212 - color contains mainly: blue. Hex color #8782D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8782D4 is #787D2B. Grayscale: #8C8C8C. Windows color (decimal): -7896364 or 13927047. OLE color: 13927047.

HSL color Cylindrical-coordinate representation of color #8782D4: hue angle of 243.66º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8782D4 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB135130212-
CMYK0.360.3900.17
HSL243.66º48.81%67.06%-
HSV(B)243.66º38.68%83.14%-
XYZ29.8625.8765.71-
YUV140.84168.16123.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 28.30%
GREEN value IS 130 (51.17% from 255) = 27.25%
BLUE value IS 212 (83.20% from 255) = 44.44%
R=28.30%
G=27.25%
B=44.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1351302120.360.3900.17243.6648.8167.06
Hex8782D42427011f43143
Octal207202324444702136461103
Binary100001111000001011010100100100100111010001111101001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8782d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8782d4; }

 p { color: rgb(135,130,212); }

 H1.HeaderClassName
 {
   color: #8782d4;
 }
 .AnyTagClassName
 {
   color: #8782d4;
 }
</style>
background-color css

<style>
 a { background-color: #8782d4; }

 a { background-color: rgb(135,130,212); }

 div.DivClassName
 {
   background-color: #8782d4;
 }
 .BgClassName
 {
   background-color: #8782d4;
 }
</style>
border-color css

<style>
 span { border-color: #8782d4; }

 span { border-color: rgb(135,130,212); }

 td.TdClassName
 {
   border-color: #8782d4;
 }
 .TagClassName
 {
   border-color: #8782d4;
 }
</style>