#8873D1

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

Shades of Moody Blue #8873D1

Tints of Moody Blue #8873D1

Color information

#8873D1 (or 0x8873D1) is unknown color: approx Moody Blue. HEX triplet: 88, 73 and D1. RGB value is (136,115,209). Sum of RGB (Red+Green+Blue) = 136+115+209=460 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.57% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 209 (82.03% from 255 or 45.43% from 460); Max value from RGB is 209 - color contains mainly: blue. Hex color #8873D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8873D1 is #778C2E. Grayscale: #838383. Windows color (decimal): -7834671 or 13726600. OLE color: 13726600.

HSL color Cylindrical-coordinate representation of color #8873D1: hue angle of 253.4º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8873D1 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB136115209-
CMYK0.350.4500.18
HSL253.4º50.54%63.53%-
HSV(B)253.4º44.98%81.96%-
XYZ27.7922.163.12-
YUV132171.46130.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.57%
GREEN value IS 115 (45.31% from 255) = 25%
BLUE value IS 209 (82.03% from 255) = 45.43%
R=29.57%
G=25%
B=45.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1361152090.350.4500.18253.450.5463.53
Hex8873D1232D012fd3340
Octal210163321435502237563100
Binary10001000111001111010001100011101101010010111111011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8873D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8873D1; }

 p { color: rgb(136,115,209); }

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

<style>
 a { background-color: #8873D1; }

 a { background-color: rgb(136,115,209); }

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

<style>
 span { border-color: #8873D1; }

 span { border-color: rgb(136,115,209); }

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