#867CBA

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

Shades of Moody Blue #867CBA

Tints of Moody Blue #867CBA

Color information

#867CBA (or 0x867CBA) is unknown color: approx Moody Blue. HEX triplet: 86, 7C and BA. RGB value is (134,124,186). Sum of RGB (Red+Green+Blue) = 134+124+186=444 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.18% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #867CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867CBA is #798345. Grayscale: #858585. Windows color (decimal): -7963462 or 12221574. OLE color: 12221574.

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

Color convert

RGB134124186-
CMYK0.280.3300.27
HSL249.68º31%60.78%-
HSV(B)249.68º33.33%72.94%-
XYZ25.923.0349.53-
YUV134.06157.31127.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.18%
GREEN value IS 124 (48.83% from 255) = 27.93%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=30.18%
G=27.93%
B=41.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341241860.280.3300.27249.683160.78
Hex867CBA1C2101Bfa1f3d
Octal20617427234410333723775
Binary10000110111110010111010111001000010110111111101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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