Shades of Light Slate Blue #9352FF
Tints of Light Slate Blue #9352FF
RGB
CMYK
RGB Variations
Color information
#9352FF (or 0x9352FF) is known color: Light Slate Blue. HEX triplet: 93, 52 and FF. RGB value is (147,82,255). Sum of RGB (Red+Green+Blue) = 147+82+255=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 82 (32.42% from 255 or 16.94% 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 #9352FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9352FF is #6CAD00. Grayscale: #787878. Windows color (decimal): -7122177 or 16732819. OLE color: 16732819.
HSL color Cylindrical-coordinate representation of color #9352FF: hue angle of 262.54º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9352FF is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 82 | 255 | - |
| CMYK | 0.42 | 0.68 | 0 | 0 |
| HSL | 262.54º | 1% | 0.66% | - |
| HSV(B) | 262.54º | 0.68% | 1% | - |
| XYZ | 33.1 | 19.46 | 96.62 | - |
| YUV | 121.16 | 203.53 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 82 | 255 | 0.42 | 0.68 | 0 | 0 | 262.54 | 1 | 0.66 |
| Hex | 93 | 52 | FF | 2A | 44 | 0 | 0 | 107 | 64 | 42 |
| Octal | 223 | 122 | 377 | 52 | 104 | 0 | 0 | 407 | 144 | 102 |
| Binary | 10010011 | 1010010 | 11111111 | 101010 | 1000100 | 0 | 0 | 100000111 | 1100100 | 1000010 |
Color Harmonies of #9352FF
Complementary color
Monochromatic Colors of #9352FF
Black with #9352FF
Text Example
Text Example
White with #9352FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9352FF; }
p { color: rgb(147,82,255); }
H1.HeaderClassName
{
color: #9352FF;
}
.AnyTagClassName
{
color: #9352FF;
}
</style>
background-color css
<style>
a { background-color: #9352FF; }
a { background-color: rgb(147,82,255); }
div.DivClassName
{
background-color: #9352FF;
}
.BgClassName
{
background-color: #9352FF;
}
</style>
border-color css
<style>
span { border-color: #9352FF; }
span { border-color: rgb(147,82,255); }
td.TdClassName
{
border-color: #9352FF;
}
.TagClassName
{
border-color: #9352FF;
}
</style>