Shades of Light Slate Blue #9957FF
Tints of Light Slate Blue #9957FF
RGB
CMYK
RGB Variations
Color information
#9957FF (or 0x9957FF) is known color: Light Slate Blue. HEX triplet: 99, 57 and FF. RGB value is (153,87,255). Sum of RGB (Red+Green+Blue) = 153+87+255=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 87 (34.38% from 255 or 17.58% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #9957FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9957FF is #66A800. Grayscale: #7D7D7D. Windows color (decimal): -6727681 or 16734105. OLE color: 16734105.
HSL color Cylindrical-coordinate representation of color #9957FF: hue angle of 263.57º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9957FF is Cyan = 0.4, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 87 | 255 | - |
| CMYK | 0.4 | 0.66 | 0 | 0 |
| HSL | 263.57º | 1% | 0.67% | - |
| HSV(B) | 263.57º | 0.66% | 1% | - |
| XYZ | 34.6 | 20.81 | 96.8 | - |
| YUV | 125.89 | 200.87 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 87 | 255 | 0.4 | 0.66 | 0 | 0 | 263.57 | 1 | 0.67 |
| Hex | 99 | 57 | FF | 28 | 42 | 0 | 0 | 108 | 64 | 43 |
| Octal | 231 | 127 | 377 | 50 | 102 | 0 | 0 | 410 | 144 | 103 |
| Binary | 10011001 | 1010111 | 11111111 | 101000 | 1000010 | 0 | 0 | 100001000 | 1100100 | 1000011 |
Color Harmonies of #9957FF
Complementary color
Monochromatic Colors of #9957FF
Black with #9957FF
Text Example
Text Example
White with #9957FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9957FF; }
p { color: rgb(153,87,255); }
H1.HeaderClassName
{
color: #9957FF;
}
.AnyTagClassName
{
color: #9957FF;
}
</style>
background-color css
<style>
a { background-color: #9957FF; }
a { background-color: rgb(153,87,255); }
div.DivClassName
{
background-color: #9957FF;
}
.BgClassName
{
background-color: #9957FF;
}
</style>
border-color css
<style>
span { border-color: #9957FF; }
span { border-color: rgb(153,87,255); }
td.TdClassName
{
border-color: #9957FF;
}
.TagClassName
{
border-color: #9957FF;
}
</style>