#8778CA

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

Shades of Moody Blue #8778CA

Tints of Moody Blue #8778CA

Color information

#8778CA (or 0x8778CA) is unknown color: approx Moody Blue. HEX triplet: 87, 78 and CA. RGB value is (135,120,202). Sum of RGB (Red+Green+Blue) = 135+120+202=457 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.54% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #8778CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8778CA is #788735. Grayscale: #858585. Windows color (decimal): -7898934 or 13269127. OLE color: 13269127.

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

Color convert

RGB135120202-
CMYK0.330.4100.21
HSL250.98º43.62%63.14%-
HSV(B)250.98º40.59%79.22%-
XYZ27.3722.8558.84-
YUV133.83166.47128.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.54%
GREEN value IS 120 (47.27% from 255) = 26.26%
BLUE value IS 202 (79.30% from 255) = 44.20%
R=29.54%
G=26.26%
B=44.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1351202020.330.4100.21250.9843.6263.14
Hex8778CA2129015fb2c3f
Octal20717031241510253735477
Binary1000011111110001100101010000110100101010111111011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8778CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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