Html Css Color HEX #8876CC Moody Blue

📋 copy color: '#8876CC'

red 136 ◦ green 118 ◦ blue 204

#8876CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #8876CC

Tints of Moody Blue #8876CC

RGB

 RED value IS 136 (53.52% from 255) = 29.69%

 GREEN value IS 118 (46.48% from 255) = 25.76%

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 29.69%
G = 25.76%
B = 44.54%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8876CC (or 0x8876CC) is known color: Moody Blue. HEX triplet: 88, 76 and CC. RGB value is (136,118,204). Sum of RGB (Red+Green+Blue) = 136+118+204=458 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.69% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #8876CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8876CC is #778933. Grayscale: #848484. Windows color (decimal): -7833908 or 13399688. OLE color: 13399688.

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

Color convert

RGB 136 118 204 -
CMYK 0.33 0.42 0 0.2
HSL 252.56º 0.46% 0.63% -
HSV(B) 252.56º 0.42% 0.8% -
XYZ 27.53 22.55 60.03 -
YUV 133.19 167.96 130.01 -
System Red Green Blue C M Y K H S L
Decimal 136 118 204 0.33 0.42 0 0.2 252.56 0.46 0.63
Hex 88 76 CC 21 2A 0 14 FD 2E 3F
Octal 210 166 314 41 52 0 24 375 56 77
Binary 10001000 1110110 11001100 100001 101010 0 10100 11111101 101110 111111

Color Harmonies of #8876CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8876CC

Black with #8876CC

Text Example


Text Example

White with #8876CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8876CC;
 }
 .AnyTagClassName
 {
   color: #8876CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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