#867EBF

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

Shades of Moody Blue #867EBF

Tints of Moody Blue #867EBF

Color information

#867EBF (or 0x867EBF) is unknown color: approx Moody Blue. HEX triplet: 86, 7E and BF. RGB value is (134,126,191). Sum of RGB (Red+Green+Blue) = 134+126+191=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #867EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867EBF is #798140. Grayscale: #878787. Windows color (decimal): -7962945 or 12549766. OLE color: 12549766.

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

Color convert

RGB134126191-
CMYK0.300.3400.25
HSL247.38º33.68%62.16%-
HSV(B)247.38º34.03%74.9%-
XYZ26.723.7552.47-
YUV135.8159.15126.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.71%
GREEN value IS 126 (49.61% from 255) = 27.94%
BLUE value IS 191 (75% from 255) = 42.35%
R=29.71%
G=27.94%
B=42.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341261910.300.3400.25247.3833.6862.16
Hex867EBF1E22019f7223e
Octal20617627736420313674276
Binary100001101111110101111111111010001001100111110111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,126,191); }

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

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

 a { background-color: rgb(134,126,191); }

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

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

 span { border-color: rgb(134,126,191); }

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