#867FB9

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

Shades of Moody Blue #867FB9

Tints of Moody Blue #867FB9

Color information

#867FB9 (or 0x867FB9) is unknown color: approx Moody Blue. HEX triplet: 86, 7F and B9. RGB value is (134,127,185). Sum of RGB (Red+Green+Blue) = 134+127+185=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 185 - color contains mainly: blue. Hex color #867FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867FB9 is #798046. Grayscale: #878787. Windows color (decimal): -7962695 or 12156806. OLE color: 12156806.

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

Color convert

RGB134127185-
CMYK0.280.3100.27
HSL247.24º29.29%61.18%-
HSV(B)247.24º31.35%72.55%-
XYZ26.1823.7549.1-
YUV135.7155.82126.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.04%
GREEN value IS 127 (50% from 255) = 28.48%
BLUE value IS 185 (72.66% from 255) = 41.48%
R=30.04%
G=28.48%
B=41.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341271850.280.3100.27247.2429.2961.18
Hex867FB91C1F01Bf71d3d
Octal20617727134370333673575
Binary1000011011111111011100111100111110110111111011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,127,185); }

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

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

 a { background-color: rgb(134,127,185); }

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

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

 span { border-color: rgb(134,127,185); }

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