#9578FB

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

Shades of Light Slate Blue #9578FB

Tints of Light Slate Blue #9578FB

Color information

#9578FB (or 0x9578FB) is unknown color: approx Light Slate Blue. HEX triplet: 95, 78 and FB. RGB value is (149,120,251). Sum of RGB (Red+Green+Blue) = 149+120+251=520 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.65% from 520); Green value is 120 (47.27% from 255 or 23.08% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #9578FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9578FB is #6A8704. Grayscale: #8F8F8F. Windows color (decimal): -6981381 or 16480405. OLE color: 16480405.

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

Color convert

RGB149120251-
CMYK0.410.5200.02
HSL253.28º94.24%72.75%-
HSV(B)253.28º52.19%98.43%-
XYZ36.5226.7994.51-
YUV143.6188.61131.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.65%
GREEN value IS 120 (47.27% from 255) = 23.08%
BLUE value IS 251 (98.44% from 255) = 48.27%
R=28.65%
G=23.08%
B=48.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1491202510.410.5200.02253.2894.2472.75
Hex9578FB293402fd5e49
Octal225170373516402375136111
Binary100101011111000111110111010011101000101111110110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9578FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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