#8572FD

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

Shades of Light Slate Blue #8572FD

Tints of Light Slate Blue #8572FD

Color information

#8572FD (or 0x8572FD) is unknown color: approx Light Slate Blue. HEX triplet: 85, 72 and FD. RGB value is (133,114,253). Sum of RGB (Red+Green+Blue) = 133+114+253=500 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.6% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #8572FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8572FD is #7A8D02. Grayscale: #868686. Windows color (decimal): -8031491 or 16609925. OLE color: 16609925.

HSL color Cylindrical-coordinate representation of color #8572FD: hue angle of 248.2º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8572FD is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB133114253-
CMYK0.470.5500.01
HSL248.2º97.2%71.96%-
HSV(B)248.2º54.94%99.22%-
XYZ33.4224.1195.82-
YUV135.53194.29126.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.6%
GREEN value IS 114 (44.92% from 255) = 22.8%
BLUE value IS 253 (99.22% from 255) = 50.6%
R=26.6%
G=22.8%
B=50.6%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1331142530.470.5500.01248.297.271.96
Hex8572FD2F3701f86148
Octal205162375576701370141110
Binary10000101111001011111101101111110111011111100011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8572FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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