#9575FB

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

Shades of Light Slate Blue #9575FB

Tints of Light Slate Blue #9575FB

Color information

#9575FB (or 0x9575FB) is unknown color: approx Light Slate Blue. HEX triplet: 95, 75 and FB. RGB value is (149,117,251). Sum of RGB (Red+Green+Blue) = 149+117+251=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #9575FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9575FB is #6A8A04. Grayscale: #8D8D8D. Windows color (decimal): -6982149 or 16479637. OLE color: 16479637.

HSL color Cylindrical-coordinate representation of color #9575FB: hue angle of 254.33º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9575FB is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149117251-
CMYK0.410.5300.02
HSL254.33º94.37%72.16%-
HSV(B)254.33º53.39%98.43%-
XYZ36.1726.0894.39-
YUV141.84189.6133.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.82%
GREEN value IS 117 (46.09% from 255) = 22.63%
BLUE value IS 251 (98.44% from 255) = 48.55%
R=28.82%
G=22.63%
B=48.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1491172510.410.5300.02254.3394.3772.16
Hex9575FB293502fe5e48
Octal225165373516502376136110
Binary100101011110101111110111010011101010101111111010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9575FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9575FB; }

 p { color: rgb(149,117,251); }

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

<style>
 a { background-color: #9575FB; }

 a { background-color: rgb(149,117,251); }

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

<style>
 span { border-color: #9575FB; }

 span { border-color: rgb(149,117,251); }

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