#8875CC

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

Shades of Moody Blue #8875CC

Tints of Moody Blue #8875CC

Color information

#8875CC (or 0x8875CC) is unknown color: approx Moody Blue. HEX triplet: 88, 75 and CC. RGB value is (136,117,204). Sum of RGB (Red+Green+Blue) = 136+117+204=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #8875CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8875CC is #778A33. Grayscale: #848484. Windows color (decimal): -7834164 or 13399432. OLE color: 13399432.

HSL color Cylindrical-coordinate representation of color #8875CC: hue angle of 253.1º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8875CC is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB136117204-
CMYK0.330.4300.2
HSL253.1º46.03%62.94%-
HSV(B)253.1º42.65%80%-
XYZ27.4122.3259.99-
YUV132.6168.29130.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.76%
GREEN value IS 117 (46.09% from 255) = 25.60%
BLUE value IS 204 (80.08% from 255) = 44.64%
R=29.76%
G=25.60%
B=44.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1361172040.330.4300.2253.146.0362.94
Hex8875CC212B014fd2e3f
Octal21016531441530243755677
Binary1000100011101011100110010000110101101010011111101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8875CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8875CC; }

 p { color: rgb(136,117,204); }

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

<style>
 a { background-color: #8875CC; }

 a { background-color: rgb(136,117,204); }

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

<style>
 span { border-color: #8875CC; }

 span { border-color: rgb(136,117,204); }

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