#8676CC

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

Shades of Moody Blue #8676CC

Tints of Moody Blue #8676CC

Color information

#8676CC (or 0x8676CC) is unknown color: approx 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

RGB134118204-
CMYK0.340.4200.2
HSL251.16º45.74%63.14%-
HSV(B)251.16º42.16%80%-
XYZ27.2122.3860.01-
YUV132.59168.3129.01-

RGB Variations

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

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 (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1341182040.340.4200.2251.1645.7463.14
Hex8676CC222A014fb2e3f
Octal20616631442520243735677
Binary1000011011101101100110010001010101001010011111011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8676CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>