#867CCB

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

Shades of Moody Blue #867CCB

Tints of Moody Blue #867CCB

Color information

#867CCB (or 0x867CCB) is unknown color: approx Moody Blue. HEX triplet: 86, 7C and CB. RGB value is (134,124,203). Sum of RGB (Red+Green+Blue) = 134+124+203=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #867CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867CCB is #798334. Grayscale: #878787. Windows color (decimal): -7963445 or 13335686. OLE color: 13335686.

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

Color convert

RGB134124203-
CMYK0.340.3900.20
HSL247.59º43.17%64.12%-
HSV(B)247.59º38.92%79.61%-
XYZ27.8223.859.63-
YUV136165.81126.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.07%
GREEN value IS 124 (48.83% from 255) = 26.90%
BLUE value IS 203 (79.69% from 255) = 44.03%
R=29.07%
G=26.90%
B=44.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1341242030.340.3900.20247.5943.1764.12
Hex867CCB2227014f82b40
Octal206174313424702437053100
Binary10000110111110011001011100010100111010100111110001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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