Shades of Light Slate Blue #9292FF
Tints of Light Slate Blue #9292FF
RGB
CMYK
RGB Variations
Color information
#9292FF (or 0x9292FF) is known color: Light Slate Blue. HEX triplet: 92, 92 and FF. RGB value is (146,146,255). Sum of RGB (Red+Green+Blue) = 146+146+255=547 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.69% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #9292FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9292FF is #6D6D00. Grayscale: #9D9D9D. Windows color (decimal): -7171329 or 16749202. OLE color: 16749202.
HSL color Cylindrical-coordinate representation of color #9292FF: hue angle of 240º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9292FF is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 146 | 255 | - |
| CMYK | 0.43 | 0.43 | 0 | 0 |
| HSL | 240º | 1% | 0.79% | - |
| HSV(B) | 240º | 0.43% | 1% | - |
| XYZ | 40.18 | 33.89 | 99.03 | - |
| YUV | 158.43 | 182.5 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 146 | 255 | 0.43 | 0.43 | 0 | 0 | 240 | 1 | 0.79 |
| Hex | 92 | 92 | FF | 2B | 2B | 0 | 0 | F0 | 64 | 4F |
| Octal | 222 | 222 | 377 | 53 | 53 | 0 | 0 | 360 | 144 | 117 |
| Binary | 10010010 | 10010010 | 11111111 | 101011 | 101011 | 0 | 0 | 11110000 | 1100100 | 1001111 |
Color Harmonies of #9292FF
Complementary color
Monochromatic Colors of #9292FF
Black with #9292FF
Text Example
Text Example
White with #9292FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9292FF; }
p { color: rgb(146,146,255); }
H1.HeaderClassName
{
color: #9292FF;
}
.AnyTagClassName
{
color: #9292FF;
}
</style>
background-color css
<style>
a { background-color: #9292FF; }
a { background-color: rgb(146,146,255); }
div.DivClassName
{
background-color: #9292FF;
}
.BgClassName
{
background-color: #9292FF;
}
</style>
border-color css
<style>
span { border-color: #9292FF; }
span { border-color: rgb(146,146,255); }
td.TdClassName
{
border-color: #9292FF;
}
.TagClassName
{
border-color: #9292FF;
}
</style>