#867AB6

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

Shades of Moody Blue #867AB6

Tints of Moody Blue #867AB6

Color information

#867AB6 (or 0x867AB6) is unknown color: approx Moody Blue. HEX triplet: 86, 7A and B6. RGB value is (134,122,182). Sum of RGB (Red+Green+Blue) = 134+122+182=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 182 (71.48% from 255 or 41.55% from 438); Max value from RGB is 182 - color contains mainly: blue. Hex color #867AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867AB6 is #798549. Grayscale: #848484. Windows color (decimal): -7963978 or 11958918. OLE color: 11958918.

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

Color convert

RGB134122182-
CMYK0.260.3300.29
HSL252º29.13%59.61%-
HSV(B)252º32.97%71.37%-
XYZ25.2322.3647.24-
YUV132.43155.98129.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.59%
GREEN value IS 122 (48.05% from 255) = 27.85%
BLUE value IS 182 (71.48% from 255) = 41.55%
R=30.59%
G=27.85%
B=41.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341221820.260.3300.2925229.1359.61
Hex867AB61A2101Dfc1d3c
Octal20617226632410353743574
Binary10000110111101010110110110101000010111011111110011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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