#867FBB

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

Shades of Moody Blue #867FBB

Tints of Moody Blue #867FBB

Color information

#867FBB (or 0x867FBB) is unknown color: approx Moody Blue. HEX triplet: 86, 7F and BB. RGB value is (134,127,187). Sum of RGB (Red+Green+Blue) = 134+127+187=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #867FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867FBB is #798044. Grayscale: #878787. Windows color (decimal): -7962693 or 12287878. OLE color: 12287878.

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

Color convert

RGB134127187-
CMYK0.280.3200.27
HSL247º30.61%61.57%-
HSV(B)247º32.09%73.33%-
XYZ26.3923.8350.22-
YUV135.93156.82126.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.91%
GREEN value IS 127 (50% from 255) = 28.35%
BLUE value IS 187 (73.44% from 255) = 41.74%
R=29.91%
G=28.35%
B=41.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341271870.280.3200.2724730.6161.57
Hex867FBB1C2001Bf71f3e
Octal20617727334400333673776
Binary10000110111111110111011111001000000110111111011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,127,187); }

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

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

 a { background-color: rgb(134,127,187); }

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

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

 span { border-color: rgb(134,127,187); }

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