#867AB4

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

Shades of Moody Blue #867AB4

Tints of Moody Blue #867AB4

Color information

#867AB4 (or 0x867AB4) is unknown color: approx Moody Blue. HEX triplet: 86, 7A and B4. RGB value is (134,122,180). Sum of RGB (Red+Green+Blue) = 134+122+180=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 180 - color contains mainly: blue. Hex color #867AB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867AB4 is #79854B. Grayscale: #838383. Windows color (decimal): -7963980 or 11827846. OLE color: 11827846.

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

Color convert

RGB134122180-
CMYK0.260.3200.29
HSL252.41º27.88%59.22%-
HSV(B)252.41º32.22%70.59%-
XYZ25.0322.2846.16-
YUV132.2154.98129.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.73%
GREEN value IS 122 (48.05% from 255) = 27.98%
BLUE value IS 180 (70.70% from 255) = 41.28%
R=30.73%
G=27.98%
B=41.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341221800.260.3200.29252.4127.8859.22
Hex867AB41A2001Dfc1c3b
Octal20617226432400353743473
Binary10000110111101010110100110101000000111011111110011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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