#867BDB

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

Shades of Moody Blue #867BDB

Tints of Moody Blue #867BDB

Color information

#867BDB (or 0x867BDB) is unknown color: approx Moody Blue. HEX triplet: 86, 7B and DB. RGB value is (134,123,219). Sum of RGB (Red+Green+Blue) = 134+123+219=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #867BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867BDB is #798424. Grayscale: #888888. Windows color (decimal): -7963685 or 14384006. OLE color: 14384006.

HSL color Cylindrical-coordinate representation of color #867BDB: hue angle of 246.88º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #867BDB is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB134123219-
CMYK0.390.4400.14
HSL246.88º57.14%67.06%-
HSV(B)246.88º43.84%85.88%-
XYZ29.724.3570.15-
YUV137.23174.14125.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.15%
GREEN value IS 123 (48.44% from 255) = 25.84%
BLUE value IS 219 (85.94% from 255) = 46.01%
R=28.15%
G=25.84%
B=46.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1341232190.390.4400.14246.8857.1467.06
Hex867BDB272C0Ef73943
Octal206173333475401636771103
Binary1000011011110111101101110011110110001110111101111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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