Shades of Light Slate Blue #9351FA
Tints of Light Slate Blue #9351FA
RGB
CMYK
RGB Variations
Color information
#9351FA (or 0x9351FA) is known color: Light Slate Blue. HEX triplet: 93, 51 and FA. RGB value is (147,81,250). Sum of RGB (Red+Green+Blue) = 147+81+250=478 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.75% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #9351FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9351FA is #6CAE05. Grayscale: #777777. Windows color (decimal): -7122438 or 16404883. OLE color: 16404883.
HSL color Cylindrical-coordinate representation of color #9351FA: hue angle of 263.43º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9351FA is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 81 | 250 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.02 |
| HSL | 263.43º | 0.94% | 0.65% | - |
| HSV(B) | 263.43º | 0.68% | 0.98% | - |
| XYZ | 32.23 | 18.99 | 92.41 | - |
| YUV | 120 | 201.37 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 81 | 250 | 0.41 | 0.68 | 0 | 0.02 | 263.43 | 0.94 | 0.65 |
| Hex | 93 | 51 | FA | 29 | 44 | 0 | 2 | 107 | 5E | 41 |
| Octal | 223 | 121 | 372 | 51 | 104 | 0 | 2 | 407 | 136 | 101 |
| Binary | 10010011 | 1010001 | 11111010 | 101001 | 1000100 | 0 | 10 | 100000111 | 1011110 | 1000001 |
Color Harmonies of #9351FA
Complementary color
Monochromatic Colors of #9351FA
Black with #9351FA
Text Example
Text Example
White with #9351FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9351FA; }
p { color: rgb(147,81,250); }
H1.HeaderClassName
{
color: #9351FA;
}
.AnyTagClassName
{
color: #9351FA;
}
</style>
background-color css
<style>
a { background-color: #9351FA; }
a { background-color: rgb(147,81,250); }
div.DivClassName
{
background-color: #9351FA;
}
.BgClassName
{
background-color: #9351FA;
}
</style>
border-color css
<style>
span { border-color: #9351FA; }
span { border-color: rgb(147,81,250); }
td.TdClassName
{
border-color: #9351FA;
}
.TagClassName
{
border-color: #9351FA;
}
</style>