Html Css Color HEX #8876CF Moody Blue

📋 copy color: '#8876CF'

red 136 ◦ green 118 ◦ blue 207

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

Shades of Moody Blue #8876CF

Tints of Moody Blue #8876CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.9%

R = 29.5%
G = 25.6%
B = 44.9%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8876CF (or 0x8876CF) is known color: Moody Blue. HEX triplet: 88, 76 and CF. RGB value is (136,118,207). Sum of RGB (Red+Green+Blue) = 136+118+207=461 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.50% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #8876CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8876CF is #778930. Grayscale: #858585. Windows color (decimal): -7833905 or 13596296. OLE color: 13596296.

HSL color Cylindrical-coordinate representation of color #8876CF: hue angle of 252.13º 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 #8876CF is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 118 207 -
CMYK 0.34 0.43 0 0.19
HSL 252.13º 0.48% 0.64% -
HSV(B) 252.13º 0.43% 0.81% -
XYZ 27.89 22.7 61.94 -
YUV 133.53 169.46 129.76 -
System Red Green Blue C M Y K H S L
Decimal 136 118 207 0.34 0.43 0 0.19 252.13 0.48 0.64
Hex 88 76 CF 22 2B 0 13 FC 30 40
Octal 210 166 317 42 53 0 23 374 60 100
Binary 10001000 1110110 11001111 100010 101011 0 10011 11111100 110000 1000000

Color Harmonies of #8876CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8876CF

Black with #8876CF

Text Example


Text Example

White with #8876CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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