#8573BF

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

Shades of Moody Blue #8573BF

Tints of Moody Blue #8573BF

Color information

#8573BF (or 0x8573BF) is unknown color: approx Moody Blue. HEX triplet: 85, 73 and BF. RGB value is (133,115,191). Sum of RGB (Red+Green+Blue) = 133+115+191=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 191 - color contains mainly: blue. Hex color #8573BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8573BF is #7A8C40. Grayscale: #808080. Windows color (decimal): -8031297 or 12546949. OLE color: 12546949.

HSL color Cylindrical-coordinate representation of color #8573BF: hue angle of 254.21º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8573BF is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133115191-
CMYK0.300.4000.25
HSL254.21º37.25%60%-
HSV(B)254.21º39.79%74.9%-
XYZ25.2121.0152.02-
YUV129.05162.96130.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.30%
GREEN value IS 115 (45.31% from 255) = 26.20%
BLUE value IS 191 (75% from 255) = 43.51%
R=30.30%
G=26.20%
B=43.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331151910.300.4000.25254.2137.2560
Hex8573BF1E28019fe253c
Octal20516327736500313764574
Binary100001011110011101111111111010100001100111111110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8573BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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