#8676CD

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

Shades of Moody Blue #8676CD

Tints of Moody Blue #8676CD

Color information

#8676CD (or 0x8676CD) is unknown color: approx Moody Blue. HEX triplet: 86, 76 and CD. RGB value is (134,118,205). Sum of RGB (Red+Green+Blue) = 134+118+205=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #8676CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8676CD is #798932. Grayscale: #848484. Windows color (decimal): -7964979 or 13465222. OLE color: 13465222.

HSL color Cylindrical-coordinate representation of color #8676CD: hue angle of 251.03º degrees, saturation: 0.47, 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 #8676CD is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB134118205-
CMYK0.350.4200.20
HSL251.03º46.52%63.33%-
HSV(B)251.03º42.44%80.39%-
XYZ27.3322.4360.65-
YUV132.7168.8128.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.32%
GREEN value IS 118 (46.48% from 255) = 25.82%
BLUE value IS 205 (80.47% from 255) = 44.86%
R=29.32%
G=25.82%
B=44.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1341182050.350.4200.20251.0346.5263.33
Hex8676CD232A014fb2f3f
Octal20616631543520243735777
Binary1000011011101101100110110001110101001010011111011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8676CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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