#8779CF

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

Shades of Moody Blue #8779CF

Tints of Moody Blue #8779CF

Color information

#8779CF (or 0x8779CF) is unknown color: approx Moody Blue. HEX triplet: 87, 79 and CF. RGB value is (135,121,207). Sum of RGB (Red+Green+Blue) = 135+121+207=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #8779CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8779CF is #788630. Grayscale: #868686. Windows color (decimal): -7898673 or 13597063. OLE color: 13597063.

HSL color Cylindrical-coordinate representation of color #8779CF: hue angle of 249.77º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8779CF is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB135121207-
CMYK0.350.4200.19
HSL249.77º47.25%64.31%-
HSV(B)249.77º41.55%81.18%-
XYZ28.0923.3362.05-
YUV134.99168.64128.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.16%
GREEN value IS 121 (47.66% from 255) = 26.13%
BLUE value IS 207 (81.25% from 255) = 44.71%
R=29.16%
G=26.13%
B=44.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1351212070.350.4200.19249.7747.2564.31
Hex8779CF232A013fa2f40
Octal207171317435202337257100
Binary10000111111100111001111100011101010010011111110101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8779CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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