#867AB7

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

Shades of Moody Blue #867AB7

Tints of Moody Blue #867AB7

Color information

#867AB7 (or 0x867AB7) is unknown color: approx Moody Blue. HEX triplet: 86, 7A and B7. RGB value is (134,122,183). Sum of RGB (Red+Green+Blue) = 134+122+183=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 183 (71.88% from 255 or 41.69% from 439); Max value from RGB is 183 - color contains mainly: blue. Hex color #867AB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867AB7 is #798548. Grayscale: #848484. Windows color (decimal): -7963977 or 12024454. OLE color: 12024454.

HSL color Cylindrical-coordinate representation of color #867AB7: hue angle of 251.8º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #867AB7 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB134122183-
CMYK0.270.3300.28
HSL251.8º29.76%59.8%-
HSV(B)251.8º33.33%71.76%-
XYZ25.3422.4147.79-
YUV132.54156.48129.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.52%
GREEN value IS 122 (48.05% from 255) = 27.79%
BLUE value IS 183 (71.88% from 255) = 41.69%
R=30.52%
G=27.79%
B=41.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1341221830.270.3300.28251.829.7659.8
Hex867AB71B2101Cfc1e3c
Octal20617226733410343743674
Binary10000110111101010110111110111000010111001111110011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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