Shades of Light Slate Blue #9576FE
Tints of Light Slate Blue #9576FE
RGB
CMYK
RGB Variations
Color information
#9576FE (or 0x9576FE) is known color: Light Slate Blue. HEX triplet: 95, 76 and FE. RGB value is (149,118,254). Sum of RGB (Red+Green+Blue) = 149+118+254=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #9576FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9576FE is #6A8901. Grayscale: #8E8E8E. Windows color (decimal): -6981890 or 16676501. OLE color: 16676501.
HSL color Cylindrical-coordinate representation of color #9576FE: hue angle of 253.68º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9576FE is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 118 | 254 | - |
| CMYK | 0.41 | 0.54 | 0 | 0.00 |
| HSL | 253.68º | 0.99% | 0.73% | - |
| HSV(B) | 253.68º | 0.54% | 1% | - |
| XYZ | 36.76 | 26.5 | 96.94 | - |
| YUV | 142.77 | 190.77 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 118 | 254 | 0.41 | 0.54 | 0 | 0.00 | 253.68 | 0.99 | 0.73 |
| Hex | 95 | 76 | FE | 29 | 36 | 0 | 0 | FE | 63 | 49 |
| Octal | 225 | 166 | 376 | 51 | 66 | 0 | 0 | 376 | 143 | 111 |
| Binary | 10010101 | 1110110 | 11111110 | 101001 | 110110 | 0 | 0 | 11111110 | 1100011 | 1001001 |
Color Harmonies of #9576FE
Complementary color
Monochromatic Colors of #9576FE
Black with #9576FE
Text Example
Text Example
White with #9576FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9576FE; }
p { color: rgb(149,118,254); }
H1.HeaderClassName
{
color: #9576FE;
}
.AnyTagClassName
{
color: #9576FE;
}
</style>
background-color css
<style>
a { background-color: #9576FE; }
a { background-color: rgb(149,118,254); }
div.DivClassName
{
background-color: #9576FE;
}
.BgClassName
{
background-color: #9576FE;
}
</style>
border-color css
<style>
span { border-color: #9576FE; }
span { border-color: rgb(149,118,254); }
td.TdClassName
{
border-color: #9576FE;
}
.TagClassName
{
border-color: #9576FE;
}
</style>