Shades of Light Slate Blue #9751FE
Tints of Light Slate Blue #9751FE
RGB
CMYK
RGB Variations
Color information
#9751FE (or 0x9751FE) is known color: Light Slate Blue. HEX triplet: 97, 51 and FE. RGB value is (151,81,254). Sum of RGB (Red+Green+Blue) = 151+81+254=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 81 (32.03% from 255 or 16.67% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #9751FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9751FE is #68AE01. Grayscale: #797979. Windows color (decimal): -6860290 or 16667031. OLE color: 16667031.
HSL color Cylindrical-coordinate representation of color #9751FE: hue angle of 264.28º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9751FE is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 151 | 81 | 254 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.00 |
| HSL | 264.28º | 0.99% | 0.66% | - |
| HSV(B) | 264.28º | 0.68% | 1% | - |
| XYZ | 33.59 | 19.62 | 95.78 | - |
| YUV | 121.65 | 202.69 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 81 | 254 | 0.41 | 0.68 | 0 | 0.00 | 264.28 | 0.99 | 0.66 |
| Hex | 97 | 51 | FE | 29 | 44 | 0 | 0 | 108 | 63 | 42 |
| Octal | 227 | 121 | 376 | 51 | 104 | 0 | 0 | 410 | 143 | 102 |
| Binary | 10010111 | 1010001 | 11111110 | 101001 | 1000100 | 0 | 0 | 100001000 | 1100011 | 1000010 |
Color Harmonies of #9751FE
Complementary color
Monochromatic Colors of #9751FE
Black with #9751FE
Text Example
Text Example
White with #9751FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9751FE; }
p { color: rgb(151,81,254); }
H1.HeaderClassName
{
color: #9751FE;
}
.AnyTagClassName
{
color: #9751FE;
}
</style>
background-color css
<style>
a { background-color: #9751FE; }
a { background-color: rgb(151,81,254); }
div.DivClassName
{
background-color: #9751FE;
}
.BgClassName
{
background-color: #9751FE;
}
</style>
border-color css
<style>
span { border-color: #9751FE; }
span { border-color: rgb(151,81,254); }
td.TdClassName
{
border-color: #9751FE;
}
.TagClassName
{
border-color: #9751FE;
}
</style>