#9572F9

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

Shades of Light Slate Blue #9572F9

Tints of Light Slate Blue #9572F9

Color information

#9572F9 (or 0x9572F9) is unknown color: approx Light Slate Blue. HEX triplet: 95, 72 and F9. RGB value is (149,114,249). Sum of RGB (Red+Green+Blue) = 149+114+249=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #9572F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9572F9 is #6A8D06. Grayscale: #8B8B8B. Windows color (decimal): -6982919 or 16347797. OLE color: 16347797.

HSL color Cylindrical-coordinate representation of color #9572F9: hue angle of 255.56º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9572F9 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149114249-
CMYK0.400.5400.02
HSL255.56º91.84%71.18%-
HSV(B)255.56º54.22%97.65%-
XYZ35.5125.2692.63-
YUV139.85189.6134.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.10%
GREEN value IS 114 (44.92% from 255) = 22.27%
BLUE value IS 249 (97.66% from 255) = 48.63%
R=29.10%
G=22.27%
B=48.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1491142490.400.5400.02255.5691.8471.18
Hex9572F92836021005c47
Octal225162371506602400134107
Binary1001010111100101111100110100011011001010000000010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9572F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9572F9; }

 p { color: rgb(149,114,249); }

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

<style>
 a { background-color: #9572F9; }

 a { background-color: rgb(149,114,249); }

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

<style>
 span { border-color: #9572F9; }

 span { border-color: rgb(149,114,249); }

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