Shades of Light Slate Blue #9571FE
Tints of Light Slate Blue #9571FE
RGB
CMYK
RGB Variations
Color information
#9571FE (or 0x9571FE) is known color: Light Slate Blue. HEX triplet: 95, 71 and FE. RGB value is (149,113,254). Sum of RGB (Red+Green+Blue) = 149+113+254=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #9571FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9571FE is #6A8E01. Grayscale: #8B8B8B. Windows color (decimal): -6983170 or 16675221. OLE color: 16675221.
HSL color Cylindrical-coordinate representation of color #9571FE: hue angle of 255.32º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9571FE is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 149 | 113 | 254 | - |
| CMYK | 0.41 | 0.56 | 0 | 0.00 |
| HSL | 255.32º | 0.99% | 0.72% | - |
| HSV(B) | 255.32º | 0.56% | 1% | - |
| XYZ | 36.19 | 25.36 | 96.75 | - |
| YUV | 139.84 | 192.43 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 113 | 254 | 0.41 | 0.56 | 0 | 0.00 | 255.32 | 0.99 | 0.72 |
| Hex | 95 | 71 | FE | 29 | 38 | 0 | 0 | FF | 63 | 48 |
| Octal | 225 | 161 | 376 | 51 | 70 | 0 | 0 | 377 | 143 | 110 |
| Binary | 10010101 | 1110001 | 11111110 | 101001 | 111000 | 0 | 0 | 11111111 | 1100011 | 1001000 |
Color Harmonies of #9571FE
Complementary color
Monochromatic Colors of #9571FE
Black with #9571FE
Text Example
Text Example
White with #9571FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9571FE; }
p { color: rgb(149,113,254); }
H1.HeaderClassName
{
color: #9571FE;
}
.AnyTagClassName
{
color: #9571FE;
}
</style>
background-color css
<style>
a { background-color: #9571FE; }
a { background-color: rgb(149,113,254); }
div.DivClassName
{
background-color: #9571FE;
}
.BgClassName
{
background-color: #9571FE;
}
</style>
border-color css
<style>
span { border-color: #9571FE; }
span { border-color: rgb(149,113,254); }
td.TdClassName
{
border-color: #9571FE;
}
.TagClassName
{
border-color: #9571FE;
}
</style>