#8779CA

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

Shades of Moody Blue #8779CA

Tints of Moody Blue #8779CA

Color information

#8779CA (or 0x8779CA) is unknown color: approx Moody Blue. HEX triplet: 87, 79 and CA. RGB value is (135,121,202). Sum of RGB (Red+Green+Blue) = 135+121+202=458 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.48% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #8779CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8779CA is #788635. Grayscale: #868686. Windows color (decimal): -7898678 or 13269383. OLE color: 13269383.

HSL color Cylindrical-coordinate representation of color #8779CA: hue angle of 250.37º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8779CA is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB135121202-
CMYK0.330.4000.21
HSL250.37º43.32%63.33%-
HSV(B)250.37º40.1%79.22%-
XYZ27.4923.0958.89-
YUV134.42166.14128.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.48%
GREEN value IS 121 (47.66% from 255) = 26.42%
BLUE value IS 202 (79.30% from 255) = 44.10%
R=29.48%
G=26.42%
B=44.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1351212020.330.4000.21250.3743.3263.33
Hex8779CA2128015fa2b3f
Octal20717131241500253725377
Binary1000011111110011100101010000110100001010111111010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8779CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8779CA; }

 p { color: rgb(135,121,202); }

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

<style>
 a { background-color: #8779CA; }

 a { background-color: rgb(135,121,202); }

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

<style>
 span { border-color: #8779CA; }

 span { border-color: rgb(135,121,202); }

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