#867FBA

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

Shades of Moody Blue #867FBA

Tints of Moody Blue #867FBA

Color information

#867FBA (or 0x867FBA) is unknown color: approx Moody Blue. HEX triplet: 86, 7F and BA. RGB value is (134,127,186). Sum of RGB (Red+Green+Blue) = 134+127+186=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #867FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867FBA is #798045. Grayscale: #878787. Windows color (decimal): -7962694 or 12222342. OLE color: 12222342.

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

Color convert

RGB134127186-
CMYK0.280.3200.27
HSL247.12º29.95%61.37%-
HSV(B)247.12º31.72%72.94%-
XYZ26.2823.7949.66-
YUV135.82156.32126.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.98%
GREEN value IS 127 (50% from 255) = 28.41%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=29.98%
G=28.41%
B=41.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341271860.280.3200.27247.1229.9561.37
Hex867FBA1C2001Bf71e3d
Octal20617727234400333673675
Binary10000110111111110111010111001000000110111111011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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