#8772CD

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

Shades of Moody Blue #8772CD

Tints of Moody Blue #8772CD

Color information

#8772CD (or 0x8772CD) is unknown color: approx Moody Blue. HEX triplet: 87, 72 and CD. RGB value is (135,114,205). Sum of RGB (Red+Green+Blue) = 135+114+205=454 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.74% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #8772CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8772CD is #788D32. Grayscale: #828282. Windows color (decimal): -7900467 or 13464199. OLE color: 13464199.

HSL color Cylindrical-coordinate representation of color #8772CD: hue angle of 253.85º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8772CD is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB135114205-
CMYK0.340.4400.20
HSL253.85º47.64%62.55%-
HSV(B)253.85º44.39%80.39%-
XYZ27.0321.5960.5-
YUV130.65169.96131.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.74%
GREEN value IS 114 (44.92% from 255) = 25.11%
BLUE value IS 205 (80.47% from 255) = 45.15%
R=29.74%
G=25.11%
B=45.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1351142050.340.4400.20253.8547.6462.55
Hex8772CD222C014fe303f
Octal20716231542540243766077
Binary1000011111100101100110110001010110001010011111110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8772CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8772CD; }

 p { color: rgb(135,114,205); }

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

<style>
 a { background-color: #8772CD; }

 a { background-color: rgb(135,114,205); }

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

<style>
 span { border-color: #8772CD; }

 span { border-color: rgb(135,114,205); }

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