Shades of Light Slate Blue #9352FE
Tints of Light Slate Blue #9352FE
RGB
CMYK
RGB Variations
Color information
#9352FE (or 0x9352FE) is known color: Light Slate Blue. HEX triplet: 93, 52 and FE. RGB value is (147,82,254). Sum of RGB (Red+Green+Blue) = 147+82+254=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #9352FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9352FE is #6CAD01. Grayscale: #787878. Windows color (decimal): -7122178 or 16667283. OLE color: 16667283.
HSL color Cylindrical-coordinate representation of color #9352FE: hue angle of 262.67º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9352FE is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 147 | 82 | 254 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.00 |
| HSL | 262.67º | 0.99% | 0.66% | - |
| HSV(B) | 262.67º | 0.68% | 1% | - |
| XYZ | 32.94 | 19.39 | 95.77 | - |
| YUV | 121.04 | 203.03 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 82 | 254 | 0.42 | 0.68 | 0 | 0.00 | 262.67 | 0.99 | 0.66 |
| Hex | 93 | 52 | FE | 2A | 44 | 0 | 0 | 107 | 63 | 42 |
| Octal | 223 | 122 | 376 | 52 | 104 | 0 | 0 | 407 | 143 | 102 |
| Binary | 10010011 | 1010010 | 11111110 | 101010 | 1000100 | 0 | 0 | 100000111 | 1100011 | 1000010 |
Color Harmonies of #9352FE
Complementary color
Monochromatic Colors of #9352FE
Black with #9352FE
Text Example
Text Example
White with #9352FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9352FE; }
p { color: rgb(147,82,254); }
H1.HeaderClassName
{
color: #9352FE;
}
.AnyTagClassName
{
color: #9352FE;
}
</style>
background-color css
<style>
a { background-color: #9352FE; }
a { background-color: rgb(147,82,254); }
div.DivClassName
{
background-color: #9352FE;
}
.BgClassName
{
background-color: #9352FE;
}
</style>
border-color css
<style>
span { border-color: #9352FE; }
span { border-color: rgb(147,82,254); }
td.TdClassName
{
border-color: #9352FE;
}
.TagClassName
{
border-color: #9352FE;
}
</style>