Shades of Light Slate Blue #9790FE
Tints of Light Slate Blue #9790FE
RGB
CMYK
RGB Variations
Color information
#9790FE (or 0x9790FE) is known color: Light Slate Blue. HEX triplet: 97, 90 and FE. RGB value is (151,144,254). Sum of RGB (Red+Green+Blue) = 151+144+254=549 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.50% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #9790FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9790FE is #686F01. Grayscale: #9E9E9E. Windows color (decimal): -6844162 or 16683159. OLE color: 16683159.
HSL color Cylindrical-coordinate representation of color #9790FE: hue angle of 243.82º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9790FE is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 151 | 144 | 254 | - |
| CMYK | 0.41 | 0.43 | 0 | 0.00 |
| HSL | 243.82º | 0.98% | 0.78% | - |
| HSV(B) | 243.82º | 0.43% | 1% | - |
| XYZ | 40.63 | 33.68 | 98.13 | - |
| YUV | 158.63 | 181.82 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 144 | 254 | 0.41 | 0.43 | 0 | 0.00 | 243.82 | 0.98 | 0.78 |
| Hex | 97 | 90 | FE | 29 | 2B | 0 | 0 | F4 | 62 | 4E |
| Octal | 227 | 220 | 376 | 51 | 53 | 0 | 0 | 364 | 142 | 116 |
| Binary | 10010111 | 10010000 | 11111110 | 101001 | 101011 | 0 | 0 | 11110100 | 1100010 | 1001110 |
Color Harmonies of #9790FE
Complementary color
Monochromatic Colors of #9790FE
Black with #9790FE
Text Example
Text Example
White with #9790FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9790FE; }
p { color: rgb(151,144,254); }
H1.HeaderClassName
{
color: #9790FE;
}
.AnyTagClassName
{
color: #9790FE;
}
</style>
background-color css
<style>
a { background-color: #9790FE; }
a { background-color: rgb(151,144,254); }
div.DivClassName
{
background-color: #9790FE;
}
.BgClassName
{
background-color: #9790FE;
}
</style>
border-color css
<style>
span { border-color: #9790FE; }
span { border-color: rgb(151,144,254); }
td.TdClassName
{
border-color: #9790FE;
}
.TagClassName
{
border-color: #9790FE;
}
</style>