#867FB4

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

Shades of Moody Blue #867FB4

Tints of Moody Blue #867FB4

Color information

#867FB4 (or 0x867FB4) is unknown color: approx Moody Blue. HEX triplet: 86, 7F and B4. RGB value is (134,127,180). Sum of RGB (Red+Green+Blue) = 134+127+180=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 180 - color contains mainly: blue. Hex color #867FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867FB4 is #79804B. Grayscale: #868686. Windows color (decimal): -7962700 or 11829126. OLE color: 11829126.

HSL color Cylindrical-coordinate representation of color #867FB4: hue angle of 247.92º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #867FB4 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB134127180-
CMYK0.260.2900.29
HSL247.92º26.11%60.2%-
HSV(B)247.92º29.44%70.59%-
XYZ25.6623.5446.37-
YUV135.14153.32127.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.39%
GREEN value IS 127 (50% from 255) = 28.80%
BLUE value IS 180 (70.70% from 255) = 40.82%
R=30.39%
G=28.80%
B=40.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341271800.260.2900.29247.9226.1160.2
Hex867FB41A1D01Df81a3c
Octal20617726432350353703274
Binary1000011011111111011010011010111010111011111100011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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