#8572F4

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

Shades of Light Slate Blue #8572F4

Tints of Light Slate Blue #8572F4

Color information

#8572F4 (or 0x8572F4) is unknown color: approx Light Slate Blue. HEX triplet: 85, 72 and F4. RGB value is (133,114,244). Sum of RGB (Red+Green+Blue) = 133+114+244=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 244 (95.70% from 255 or 49.69% from 491); Max value from RGB is 244 - color contains mainly: blue. Hex color #8572F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8572F4 is #7A8D0B. Grayscale: #868686. Windows color (decimal): -8031500 or 16020101. OLE color: 16020101.

HSL color Cylindrical-coordinate representation of color #8572F4: hue angle of 248.77º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8572F4 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB133114244-
CMYK0.450.5300.04
HSL248.77º85.53%70.2%-
HSV(B)248.77º53.28%95.69%-
XYZ32.0223.5588.45-
YUV134.5189.79126.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.09%
GREEN value IS 114 (44.92% from 255) = 23.22%
BLUE value IS 244 (95.70% from 255) = 49.69%
R=27.09%
G=23.22%
B=49.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1331142440.450.5300.04248.7785.5370.2
Hex8572F42D3504f95646
Octal205162364556504371126106
Binary1000010111100101111010010110111010101001111100110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8572F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8572F4; }

 p { color: rgb(133,114,244); }

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

<style>
 a { background-color: #8572F4; }

 a { background-color: rgb(133,114,244); }

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

<style>
 span { border-color: #8572F4; }

 span { border-color: rgb(133,114,244); }

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