#867CB9

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

Shades of Moody Blue #867CB9

Tints of Moody Blue #867CB9

Color information

#867CB9 (or 0x867CB9) is unknown color: approx Moody Blue. HEX triplet: 86, 7C and B9. RGB value is (134,124,185). Sum of RGB (Red+Green+Blue) = 134+124+185=443 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.25% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 185 - color contains mainly: blue. Hex color #867CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867CB9 is #798346. Grayscale: #858585. Windows color (decimal): -7963463 or 12156038. OLE color: 12156038.

HSL color Cylindrical-coordinate representation of color #867CB9: hue angle of 249.84º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #867CB9 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB134124185-
CMYK0.280.3300.27
HSL249.84º30.35%60.59%-
HSV(B)249.84º32.97%72.55%-
XYZ25.822.9948.98-
YUV133.94156.81128.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.25%
GREEN value IS 124 (48.83% from 255) = 27.99%
BLUE value IS 185 (72.66% from 255) = 41.76%
R=30.25%
G=27.99%
B=41.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341241850.280.3300.27249.8430.3560.59
Hex867CB91C2101Bfa1e3d
Octal20617427134410333723675
Binary10000110111110010111001111001000010110111111101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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