Html Css Color HEX #8676CC Moody Blue

📋 copy color: '#8676CC'

red 134 ◦ green 118 ◦ blue 204

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

Shades of Moody Blue #8676CC

Tints of Moody Blue #8676CC

RGB

 RED value IS 134 (52.73% from 255) = 29.39%

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

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

R = 29.39%
G = 25.88%
B = 44.74%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8676CC (or 0x8676CC) is known color: Moody Blue. HEX triplet: 86, 76 and CC. RGB value is (134,118,204). Sum of RGB (Red+Green+Blue) = 134+118+204=456 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.39% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #8676CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8676CC is #798933. Grayscale: #848484. Windows color (decimal): -7964980 or 13399686. OLE color: 13399686.

HSL color Cylindrical-coordinate representation of color #8676CC: hue angle of 251.16º 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 #8676CC is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 134 118 204 -
CMYK 0.34 0.42 0 0.2
HSL 251.16º 0.46% 0.63% -
HSV(B) 251.16º 0.42% 0.8% -
XYZ 27.21 22.38 60.01 -
YUV 132.59 168.3 129.01 -
System Red Green Blue C M Y K H S L
Decimal 134 118 204 0.34 0.42 0 0.2 251.16 0.46 0.63
Hex 86 76 CC 22 2A 0 14 FB 2E 3F
Octal 206 166 314 42 52 0 24 373 56 77
Binary 10000110 1110110 11001100 100010 101010 0 10100 11111011 101110 111111

Color Harmonies of #8676CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8676CC

Black with #8676CC

Text Example


Text Example

White with #8676CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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