#867BDD

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

Shades of Moody Blue #867BDD

Tints of Moody Blue #867BDD

Color information

#867BDD (or 0x867BDD) is unknown color: approx Moody Blue. HEX triplet: 86, 7B and DD. RGB value is (134,123,221). Sum of RGB (Red+Green+Blue) = 134+123+221=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #867BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867BDD is #798422. Grayscale: #898989. Windows color (decimal): -7963683 or 14515078. OLE color: 14515078.

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

Color convert

RGB134123221-
CMYK0.390.4400.13
HSL246.73º59.04%67.45%-
HSV(B)246.73º44.34%86.67%-
XYZ29.9724.4571.55-
YUV137.46175.14125.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.03%
GREEN value IS 123 (48.44% from 255) = 25.73%
BLUE value IS 221 (86.72% from 255) = 46.23%
R=28.03%
G=25.73%
B=46.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1341232210.390.4400.13246.7359.0467.45
Hex867BDD272C0Df73b43
Octal206173335475401536773103
Binary1000011011110111101110110011110110001101111101111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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