#8877CF

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

Shades of Moody Blue #8877CF

Tints of Moody Blue #8877CF

Color information

#8877CF (or 0x8877CF) is unknown color: approx Moody Blue. HEX triplet: 88, 77 and CF. RGB value is (136,119,207). Sum of RGB (Red+Green+Blue) = 136+119+207=462 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.44% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #8877CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8877CF is #778830. Grayscale: #858585. Windows color (decimal): -7833649 or 13596552. OLE color: 13596552.

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

Color convert

RGB136119207-
CMYK0.340.4300.19
HSL251.59º47.83%63.92%-
HSV(B)251.59º42.51%81.18%-
XYZ28.0122.9361.98-
YUV134.12169.13129.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.44%
GREEN value IS 119 (46.88% from 255) = 25.76%
BLUE value IS 207 (81.25% from 255) = 44.81%
R=29.44%
G=25.76%
B=44.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1361192070.340.4300.19251.5947.8363.92
Hex8877CF222B013fc3040
Octal210167317425302337460100
Binary10001000111011111001111100010101011010011111111001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8877CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,119,207); }

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

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

 a { background-color: rgb(136,119,207); }

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

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

 span { border-color: rgb(136,119,207); }

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