#867DCC

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

Shades of Moody Blue #867DCC

Tints of Moody Blue #867DCC

Color information

#867DCC (or 0x867DCC) is unknown color: approx Moody Blue. HEX triplet: 86, 7D and CC. RGB value is (134,125,204). Sum of RGB (Red+Green+Blue) = 134+125+204=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #867DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867DCC is #798233. Grayscale: #888888. Windows color (decimal): -7963188 or 13401478. OLE color: 13401478.

HSL color Cylindrical-coordinate representation of color #867DCC: hue angle of 246.84º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #867DCC is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB134125204-
CMYK0.340.3900.2
HSL246.84º43.65%64.51%-
HSV(B)246.84º38.73%80%-
XYZ28.0624.160.3-
YUV136.7165.98126.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.94%
GREEN value IS 125 (49.22% from 255) = 27.00%
BLUE value IS 204 (80.08% from 255) = 44.06%
R=28.94%
G=27.00%
B=44.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1341252040.340.3900.2246.8443.6564.51
Hex867DCC2227014f72c41
Octal206175314424702436754101
Binary10000110111110111001100100010100111010100111101111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867DCC; }

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

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

<style>
 a { background-color: #867DCC; }

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

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

<style>
 span { border-color: #867DCC; }

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

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