Shades of Light Slate Blue #9253FF
Tints of Light Slate Blue #9253FF
RGB
CMYK
RGB Variations
Color information
#9253FF (or 0x9253FF) is known color: Light Slate Blue. HEX triplet: 92, 53 and FF. RGB value is (146,83,255). Sum of RGB (Red+Green+Blue) = 146+83+255=484 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.17% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #9253FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9253FF is #6DAC00. Grayscale: #787878. Windows color (decimal): -7187457 or 16733074. OLE color: 16733074.
HSL color Cylindrical-coordinate representation of color #9253FF: hue angle of 261.98º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9253FF is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 83 | 255 | - |
| CMYK | 0.43 | 0.67 | 0 | 0 |
| HSL | 261.98º | 1% | 0.66% | - |
| HSV(B) | 261.98º | 0.67% | 1% | - |
| XYZ | 33 | 19.52 | 96.64 | - |
| YUV | 121.45 | 203.37 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 83 | 255 | 0.43 | 0.67 | 0 | 0 | 261.98 | 1 | 0.66 |
| Hex | 92 | 53 | FF | 2B | 43 | 0 | 0 | 106 | 64 | 42 |
| Octal | 222 | 123 | 377 | 53 | 103 | 0 | 0 | 406 | 144 | 102 |
| Binary | 10010010 | 1010011 | 11111111 | 101011 | 1000011 | 0 | 0 | 100000110 | 1100100 | 1000010 |
Color Harmonies of #9253FF
Complementary color
Monochromatic Colors of #9253FF
Black with #9253FF
Text Example
Text Example
White with #9253FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9253FF; }
p { color: rgb(146,83,255); }
H1.HeaderClassName
{
color: #9253FF;
}
.AnyTagClassName
{
color: #9253FF;
}
</style>
background-color css
<style>
a { background-color: #9253FF; }
a { background-color: rgb(146,83,255); }
div.DivClassName
{
background-color: #9253FF;
}
.BgClassName
{
background-color: #9253FF;
}
</style>
border-color css
<style>
span { border-color: #9253FF; }
span { border-color: rgb(146,83,255); }
td.TdClassName
{
border-color: #9253FF;
}
.TagClassName
{
border-color: #9253FF;
}
</style>