Shades of Light Slate Blue #9A92FE
Tints of Light Slate Blue #9A92FE
RGB
CMYK
RGB Variations
Color information
#9A92FE (or 0x9A92FE) is known color: Light Slate Blue. HEX triplet: 9A, 92 and FE. RGB value is (154,146,254). Sum of RGB (Red+Green+Blue) = 154+146+254=554 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.80% from 554); Green value is 146 (57.42% from 255 or 26.35% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #9A92FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A92FE is #656D01. Grayscale: #A0A0A0. Windows color (decimal): -6647042 or 16683674. OLE color: 16683674.
HSL color Cylindrical-coordinate representation of color #9A92FE: hue angle of 244.44º 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 #9A92FE is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 146 | 254 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.00 |
| HSL | 244.44º | 0.98% | 0.78% | - |
| HSV(B) | 244.44º | 0.43% | 1% | - |
| XYZ | 41.49 | 34.58 | 98.25 | - |
| YUV | 160.7 | 180.65 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 146 | 254 | 0.39 | 0.43 | 0 | 0.00 | 244.44 | 0.98 | 0.78 |
| Hex | 9A | 92 | FE | 27 | 2B | 0 | 0 | F4 | 62 | 4E |
| Octal | 232 | 222 | 376 | 47 | 53 | 0 | 0 | 364 | 142 | 116 |
| Binary | 10011010 | 10010010 | 11111110 | 100111 | 101011 | 0 | 0 | 11110100 | 1100010 | 1001110 |
Color Harmonies of #9A92FE
Complementary color
Monochromatic Colors of #9A92FE
Black with #9A92FE
Text Example
Text Example
White with #9A92FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A92FE; }
p { color: rgb(154,146,254); }
H1.HeaderClassName
{
color: #9A92FE;
}
.AnyTagClassName
{
color: #9A92FE;
}
</style>
background-color css
<style>
a { background-color: #9A92FE; }
a { background-color: rgb(154,146,254); }
div.DivClassName
{
background-color: #9A92FE;
}
.BgClassName
{
background-color: #9A92FE;
}
</style>
border-color css
<style>
span { border-color: #9A92FE; }
span { border-color: rgb(154,146,254); }
td.TdClassName
{
border-color: #9A92FE;
}
.TagClassName
{
border-color: #9A92FE;
}
</style>