#8784d2

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

Shades of Moody Blue #8784D2

Tints of Moody Blue #8784D2

Color information

#8784D2 (or 0x8784D2) is unknown color: approx Moody Blue. HEX triplet: 87, 84 and D2. RGB value is (135,132,210). Sum of RGB (Red+Green+Blue) = 135+132+210=477 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.30% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 210 (82.42% from 255 or 44.03% from 477); Max value from RGB is 210 - color contains mainly: blue. Hex color #8784D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8784D2 is #787B2D. Grayscale: #8D8D8D. Windows color (decimal): -7895854 or 13796487. OLE color: 13796487.

HSL color Cylindrical-coordinate representation of color #8784D2: hue angle of 242.31º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8784D2 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB135132210-
CMYK0.360.3700.18
HSL242.31º46.43%67.06%-
HSV(B)242.31º37.14%82.35%-
XYZ29.8826.3164.48-
YUV141.79166.49123.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.30%
GREEN value IS 132 (51.95% from 255) = 27.67%
BLUE value IS 210 (82.42% from 255) = 44.03%
R=28.30%
G=27.67%
B=44.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1351322100.360.3700.18242.3146.4367.06
Hex8784D22425012f22e43
Octal207204322444502236256103
Binary100001111000010011010010100100100101010010111100101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8784d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8784d2; }

 p { color: rgb(135,132,210); }

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

<style>
 a { background-color: #8784d2; }

 a { background-color: rgb(135,132,210); }

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

<style>
 span { border-color: #8784d2; }

 span { border-color: rgb(135,132,210); }

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