#8573ff

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

Shades of Light Slate Blue #8573FF

Tints of Light Slate Blue #8573FF

Color information

#8573FF (or 0x8573FF) is unknown color: approx Light Slate Blue. HEX triplet: 85, 73 and FF. RGB value is (133,115,255). Sum of RGB (Red+Green+Blue) = 133+115+255=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #8573FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8573FF is #7A8C00. Grayscale: #878787. Windows color (decimal): -8031233 or 16741253. OLE color: 16741253.

HSL color Cylindrical-coordinate representation of color #8573FF: hue angle of 247.71º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8573FF is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB133115255-
CMYK0.480.5500
HSL247.71º100%72.55%-
HSV(B)247.71º54.9%100%-
XYZ33.8524.4797.55-
YUV136.34194.96125.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.44%
GREEN value IS 115 (45.31% from 255) = 22.86%
BLUE value IS 255 (100% from 255) = 50.70%
R=26.44%
G=22.86%
B=50.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1331152550.480.5500247.7110072.55
Hex8573FF303700f86449
Octal205163377606700370144111
Binary10000101111001111111111110000110111001111100011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8573ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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