#867BBF

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

Shades of Moody Blue #867BBF

Tints of Moody Blue #867BBF

Color information

#867BBF (or 0x867BBF) is unknown color: approx Moody Blue. HEX triplet: 86, 7B and BF. RGB value is (134,123,191). Sum of RGB (Red+Green+Blue) = 134+123+191=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #867BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867BBF is #798440. Grayscale: #858585. Windows color (decimal): -7963713 or 12548998. OLE color: 12548998.

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

Color convert

RGB134123191-
CMYK0.300.3600.25
HSL249.71º34.69%61.57%-
HSV(B)249.71º35.6%74.9%-
XYZ26.322352.34-
YUV134.04160.14127.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.91%
GREEN value IS 123 (48.44% from 255) = 27.46%
BLUE value IS 191 (75% from 255) = 42.63%
R=29.91%
G=27.46%
B=42.63%

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
Decimal1341231910.300.3600.25249.7134.6961.57
Hex867BBF1E24019fa233e
Octal20617327736440313724376
Binary100001101111011101111111111010010001100111111010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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