#867ABF

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

Shades of Moody Blue #867ABF

Tints of Moody Blue #867ABF

Color information

#867ABF (or 0x867ABF) is unknown color: approx Moody Blue. HEX triplet: 86, 7A and BF. RGB value is (134,122,191). Sum of RGB (Red+Green+Blue) = 134+122+191=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #867ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867ABF is #798540. Grayscale: #858585. Windows color (decimal): -7963969 or 12548742. OLE color: 12548742.

HSL color Cylindrical-coordinate representation of color #867ABF: hue angle of 250.43º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #867ABF is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB134122191-
CMYK0.300.3600.25
HSL250.43º35.03%61.37%-
HSV(B)250.43º36.13%74.9%-
XYZ26.222.7552.3-
YUV133.45160.48128.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.98%
GREEN value IS 122 (48.05% from 255) = 27.29%
BLUE value IS 191 (75% from 255) = 42.73%
R=29.98%
G=27.29%
B=42.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341221910.300.3600.25250.4335.0361.37
Hex867ABF1E24019fa233d
Octal20617227736440313724375
Binary100001101111010101111111111010010001100111111010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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