#8573D1

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

Shades of Moody Blue #8573D1

Tints of Moody Blue #8573D1

Color information

#8573D1 (or 0x8573D1) is unknown color: approx Moody Blue. HEX triplet: 85, 73 and D1. RGB value is (133,115,209). Sum of RGB (Red+Green+Blue) = 133+115+209=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 209 - color contains mainly: blue. Hex color #8573D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8573D1 is #7A8C2E. Grayscale: #828282. Windows color (decimal): -8031279 or 13726597. OLE color: 13726597.

HSL color Cylindrical-coordinate representation of color #8573D1: hue angle of 251.49º 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 #8573D1 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB133115209-
CMYK0.360.4500.18
HSL251.49º50.54%63.53%-
HSV(B)251.49º44.98%81.96%-
XYZ27.3121.8563.1-
YUV131.1171.96129.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.10%
GREEN value IS 115 (45.31% from 255) = 25.16%
BLUE value IS 209 (82.03% from 255) = 45.73%
R=29.10%
G=25.16%
B=45.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1331152090.360.4500.18251.4950.5463.53
Hex8573D1242D012fb3340
Octal205163321445502237363100
Binary10000101111001111010001100100101101010010111110111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8573D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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