#8573CF

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

Shades of Moody Blue #8573CF

Tints of Moody Blue #8573CF

Color information

#8573CF (or 0x8573CF) is unknown color: approx Moody Blue. HEX triplet: 85, 73 and CF. RGB value is (133,115,207). Sum of RGB (Red+Green+Blue) = 133+115+207=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #8573CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8573CF is #7A8C30. Grayscale: #828282. Windows color (decimal): -8031281 or 13595525. OLE color: 13595525.

HSL color Cylindrical-coordinate representation of color #8573CF: hue angle of 251.74º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8573CF is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB133115207-
CMYK0.360.4400.19
HSL251.74º48.94%63.14%-
HSV(B)251.74º44.44%81.18%-
XYZ27.0721.7561.8-
YUV130.87170.96129.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.23%
GREEN value IS 115 (45.31% from 255) = 25.27%
BLUE value IS 207 (81.25% from 255) = 45.49%
R=29.23%
G=25.27%
B=45.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1331152070.360.4400.19251.7448.9463.14
Hex8573CF242C013fc313f
Octal20516331744540233746177
Binary1000010111100111100111110010010110001001111111100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8573CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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