#867CC0

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

Shades of Moody Blue #867CC0

Tints of Moody Blue #867CC0

Color information

#867CC0 (or 0x867CC0) is unknown color: approx Moody Blue. HEX triplet: 86, 7C and C0. RGB value is (134,124,192). Sum of RGB (Red+Green+Blue) = 134+124+192=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 192 - color contains mainly: blue. Hex color #867CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867CC0 is #79833F. Grayscale: #868686. Windows color (decimal): -7963456 or 12614790. OLE color: 12614790.

HSL color Cylindrical-coordinate representation of color #867CC0: hue angle of 248.82º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #867CC0 is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB134124192-
CMYK0.300.3500.25
HSL248.82º35.05%61.96%-
HSV(B)248.82º35.42%75.29%-
XYZ26.5523.2952.96-
YUV134.74160.31127.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.78%
GREEN value IS 124 (48.83% from 255) = 27.56%
BLUE value IS 192 (75.39% from 255) = 42.67%
R=29.78%
G=27.56%
B=42.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341241920.300.3500.25248.8235.0561.96
Hex867CC01E23019f9233e
Octal20617430036430313714376
Binary100001101111100110000001111010001101100111111001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,124,192); }

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

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

 a { background-color: rgb(134,124,192); }

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

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

 span { border-color: rgb(134,124,192); }

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