Shades of Light Slate Blue #9751FF
Tints of Light Slate Blue #9751FF
RGB
CMYK
RGB Variations
Color information
#9751FF (or 0x9751FF) is known color: Light Slate Blue. HEX triplet: 97, 51 and FF. RGB value is (151,81,255). Sum of RGB (Red+Green+Blue) = 151+81+255=487 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.01% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #9751FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9751FF is #68AE00. Grayscale: #797979. Windows color (decimal): -6860289 or 16732567. OLE color: 16732567.
HSL color Cylindrical-coordinate representation of color #9751FF: hue angle of 264.14º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9751FF is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 151 | 81 | 255 | - |
| CMYK | 0.41 | 0.68 | 0 | 0 |
| HSL | 264.14º | 1% | 0.66% | - |
| HSV(B) | 264.14º | 0.68% | 1% | - |
| XYZ | 33.75 | 19.68 | 96.63 | - |
| YUV | 121.77 | 203.19 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 81 | 255 | 0.41 | 0.68 | 0 | 0 | 264.14 | 1 | 0.66 |
| Hex | 97 | 51 | FF | 29 | 44 | 0 | 0 | 108 | 64 | 42 |
| Octal | 227 | 121 | 377 | 51 | 104 | 0 | 0 | 410 | 144 | 102 |
| Binary | 10010111 | 1010001 | 11111111 | 101001 | 1000100 | 0 | 0 | 100001000 | 1100100 | 1000010 |
Color Harmonies of #9751FF
Complementary color
Monochromatic Colors of #9751FF
Black with #9751FF
Text Example
Text Example
White with #9751FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9751FF; }
p { color: rgb(151,81,255); }
H1.HeaderClassName
{
color: #9751FF;
}
.AnyTagClassName
{
color: #9751FF;
}
</style>
background-color css
<style>
a { background-color: #9751FF; }
a { background-color: rgb(151,81,255); }
div.DivClassName
{
background-color: #9751FF;
}
.BgClassName
{
background-color: #9751FF;
}
</style>
border-color css
<style>
span { border-color: #9751FF; }
span { border-color: rgb(151,81,255); }
td.TdClassName
{
border-color: #9751FF;
}
.TagClassName
{
border-color: #9751FF;
}
</style>