#867DD9

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

Shades of Moody Blue #867DD9

Tints of Moody Blue #867DD9

Color information

#867DD9 (or 0x867DD9) is unknown color: approx Moody Blue. HEX triplet: 86, 7D and D9. RGB value is (134,125,217). Sum of RGB (Red+Green+Blue) = 134+125+217=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 217 - color contains mainly: blue. Hex color #867DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867DD9 is #798226. Grayscale: #898989. Windows color (decimal): -7963175 or 14253446. OLE color: 14253446.

HSL color Cylindrical-coordinate representation of color #867DD9: hue angle of 245.87º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #867DD9 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB134125217-
CMYK0.380.4200.15
HSL245.87º54.76%67.06%-
HSV(B)245.87º42.4%85.1%-
XYZ29.6924.7568.86-
YUV138.18172.48125.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.15%
GREEN value IS 125 (49.22% from 255) = 26.26%
BLUE value IS 217 (85.16% from 255) = 45.59%
R=28.15%
G=26.26%
B=45.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1341252170.380.4200.15245.8754.7667.06
Hex867DD9262A0Ff63743
Octal206175331465201736667103
Binary1000011011111011101100110011010101001111111101101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,125,217); }

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

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

 a { background-color: rgb(134,125,217); }

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

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

 span { border-color: rgb(134,125,217); }

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