#867CD9

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

Shades of Moody Blue #867CD9

Tints of Moody Blue #867CD9

Color information

#867CD9 (or 0x867CD9) is unknown color: approx Moody Blue. HEX triplet: 86, 7C and D9. RGB value is (134,124,217). Sum of RGB (Red+Green+Blue) = 134+124+217=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 124 (48.83% from 255 or 26.11% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 217 - color contains mainly: blue. Hex color #867CD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #867CD9 is #798326. Grayscale: #898989. Windows color (decimal): -7963431 or 14253190. OLE color: 14253190.

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

Color convert

RGB134124217-
CMYK0.380.4300.15
HSL246.45º55.03%66.86%-
HSV(B)246.45º42.86%85.1%-
XYZ29.5624.4968.82-
YUV137.59172.81125.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.21%
GREEN value IS 124 (48.83% from 255) = 26.11%
BLUE value IS 217 (85.16% from 255) = 45.68%
R=28.21%
G=26.11%
B=45.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1341242170.380.4300.15246.4555.0366.86
Hex867CD9262B0Ff63743
Octal206174331465301736667103
Binary1000011011111001101100110011010101101111111101101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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