Shades of Light Slate Blue #9A92F8
Tints of Light Slate Blue #9A92F8
RGB
CMYK
RGB Variations
Color information
#9A92F8 (or 0x9A92F8) is known color: Light Slate Blue. HEX triplet: 9A, 92 and F8. RGB value is (154,146,248). Sum of RGB (Red+Green+Blue) = 154+146+248=548 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.10% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 248 (97.27% from 255 or 45.26% from 548); Max value from RGB is 248 - color contains mainly: blue. Hex color #9A92F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A92F8 is #656D07. Grayscale: #9F9F9F. Windows color (decimal): -6647048 or 16290458. OLE color: 16290458.
HSL color Cylindrical-coordinate representation of color #9A92F8: hue angle of 244.71º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9A92F8 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 146 | 248 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.03 |
| HSL | 244.71º | 0.88% | 0.77% | - |
| HSV(B) | 244.71º | 0.41% | 0.97% | - |
| XYZ | 40.55 | 34.21 | 93.27 | - |
| YUV | 160.02 | 177.65 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 146 | 248 | 0.38 | 0.41 | 0 | 0.03 | 244.71 | 0.88 | 0.77 |
| Hex | 9A | 92 | F8 | 26 | 29 | 0 | 3 | F5 | 58 | 4D |
| Octal | 232 | 222 | 370 | 46 | 51 | 0 | 3 | 365 | 130 | 115 |
| Binary | 10011010 | 10010010 | 11111000 | 100110 | 101001 | 0 | 11 | 11110101 | 1011000 | 1001101 |
Color Harmonies of #9A92F8
Complementary color
Monochromatic Colors of #9A92F8
Black with #9A92F8
Text Example
Text Example
White with #9A92F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A92F8; }
p { color: rgb(154,146,248); }
H1.HeaderClassName
{
color: #9A92F8;
}
.AnyTagClassName
{
color: #9A92F8;
}
</style>
background-color css
<style>
a { background-color: #9A92F8; }
a { background-color: rgb(154,146,248); }
div.DivClassName
{
background-color: #9A92F8;
}
.BgClassName
{
background-color: #9A92F8;
}
</style>
border-color css
<style>
span { border-color: #9A92F8; }
span { border-color: rgb(154,146,248); }
td.TdClassName
{
border-color: #9A92F8;
}
.TagClassName
{
border-color: #9A92F8;
}
</style>