#867DB4

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

Shades of Moody Blue #867DB4

Tints of Moody Blue #867DB4

Color information

#867DB4 (or 0x867DB4) is unknown color: approx Moody Blue. HEX triplet: 86, 7D and B4. RGB value is (134,125,180). Sum of RGB (Red+Green+Blue) = 134+125+180=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 180 - color contains mainly: blue. Hex color #867DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867DB4 is #79824B. Grayscale: #858585. Windows color (decimal): -7963212 or 11828614. OLE color: 11828614.

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

Color convert

RGB134125180-
CMYK0.260.3100.29
HSL249.82º26.83%59.8%-
HSV(B)249.82º30.56%70.59%-
XYZ25.423.0346.29-
YUV133.96153.98128.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.52%
GREEN value IS 125 (49.22% from 255) = 28.47%
BLUE value IS 180 (70.70% from 255) = 41.00%
R=30.52%
G=28.47%
B=41.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341251800.260.3100.29249.8226.8359.8
Hex867DB41A1F01Dfa1b3c
Octal20617526432370353723374
Binary1000011011111011011010011010111110111011111101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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