#867BBE

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

Shades of Moody Blue #867BBE

Tints of Moody Blue #867BBE

Color information

#867BBE (or 0x867BBE) is unknown color: approx Moody Blue. HEX triplet: 86, 7B and BE. RGB value is (134,123,190). Sum of RGB (Red+Green+Blue) = 134+123+190=447 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.98% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #867BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867BBE is #798441. Grayscale: #858585. Windows color (decimal): -7963714 or 12483462. OLE color: 12483462.

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

Color convert

RGB134123190-
CMYK0.290.3500.25
HSL249.85º34.01%61.37%-
HSV(B)249.85º35.26%74.51%-
XYZ26.2122.9551.76-
YUV133.93159.64128.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.98%
GREEN value IS 123 (48.44% from 255) = 27.52%
BLUE value IS 190 (74.61% from 255) = 42.51%
R=29.98%
G=27.52%
B=42.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341231900.290.3500.25249.8534.0161.37
Hex867BBE1D23019fa223d
Octal20617327635430313724275
Binary100001101111011101111101110110001101100111111010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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