#8573BD

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

Shades of Moody Blue #8573BD

Tints of Moody Blue #8573BD

Color information

#8573BD (or 0x8573BD) is unknown color: approx Moody Blue. HEX triplet: 85, 73 and BD. RGB value is (133,115,189). Sum of RGB (Red+Green+Blue) = 133+115+189=437 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.43% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #8573BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8573BD is #7A8C42. Grayscale: #808080. Windows color (decimal): -8031299 or 12415877. OLE color: 12415877.

HSL color Cylindrical-coordinate representation of color #8573BD: hue angle of 254.59º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8573BD is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB133115189-
CMYK0.300.3900.26
HSL254.59º35.92%59.61%-
HSV(B)254.59º39.15%74.12%-
XYZ24.9920.9250.87-
YUV128.82161.96130.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.43%
GREEN value IS 115 (45.31% from 255) = 26.32%
BLUE value IS 189 (74.22% from 255) = 43.25%
R=30.43%
G=26.32%
B=43.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331151890.300.3900.26254.5935.9259.61
Hex8573BD1E2701Aff243c
Octal20516327536470323774474
Binary100001011110011101111011111010011101101011111111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8573BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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