Shades of Light Slate Blue #9492FF
Tints of Light Slate Blue #9492FF
RGB
CMYK
RGB Variations
Color information
#9492FF (or 0x9492FF) is known color: Light Slate Blue. HEX triplet: 94, 92 and FF. RGB value is (148,146,255). Sum of RGB (Red+Green+Blue) = 148+146+255=549 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.96% from 549); Green value is 146 (57.42% from 255 or 26.59% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #9492FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9492FF is #6B6D00. Grayscale: #9E9E9E. Windows color (decimal): -7040257 or 16749204. OLE color: 16749204.
HSL color Cylindrical-coordinate representation of color #9492FF: hue angle of 241.1º 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 #9492FF is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 146 | 255 | - |
| CMYK | 0.42 | 0.43 | 0 | 0 |
| HSL | 241.1º | 1% | 0.79% | - |
| HSV(B) | 241.1º | 0.43% | 1% | - |
| XYZ | 40.54 | 34.07 | 99.05 | - |
| YUV | 159.02 | 182.16 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 255 | 0.42 | 0.43 | 0 | 0 | 241.1 | 1 | 0.79 |
| Hex | 94 | 92 | FF | 2A | 2B | 0 | 0 | F1 | 64 | 4F |
| Octal | 224 | 222 | 377 | 52 | 53 | 0 | 0 | 361 | 144 | 117 |
| Binary | 10010100 | 10010010 | 11111111 | 101010 | 101011 | 0 | 0 | 11110001 | 1100100 | 1001111 |
Color Harmonies of #9492FF
Complementary color
Monochromatic Colors of #9492FF
Black with #9492FF
Text Example
Text Example
White with #9492FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9492FF; }
p { color: rgb(148,146,255); }
H1.HeaderClassName
{
color: #9492FF;
}
.AnyTagClassName
{
color: #9492FF;
}
</style>
background-color css
<style>
a { background-color: #9492FF; }
a { background-color: rgb(148,146,255); }
div.DivClassName
{
background-color: #9492FF;
}
.BgClassName
{
background-color: #9492FF;
}
</style>
border-color css
<style>
span { border-color: #9492FF; }
span { border-color: rgb(148,146,255); }
td.TdClassName
{
border-color: #9492FF;
}
.TagClassName
{
border-color: #9492FF;
}
</style>