Shades of Light Slate Blue #9375FA
Tints of Light Slate Blue #9375FA
RGB
CMYK
RGB Variations
Color information
#9375FA (or 0x9375FA) is known color: Light Slate Blue. HEX triplet: 93, 75 and FA. RGB value is (147,117,250). Sum of RGB (Red+Green+Blue) = 147+117+250=514 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.60% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #9375FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9375FA is #6C8A05. Grayscale: #8C8C8C. Windows color (decimal): -7113222 or 16414099. OLE color: 16414099.
HSL color Cylindrical-coordinate representation of color #9375FA: hue angle of 253.53º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9375FA is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 117 | 250 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.02 |
| HSL | 253.53º | 0.93% | 0.72% | - |
| HSV(B) | 253.53º | 0.53% | 0.98% | - |
| XYZ | 35.65 | 25.83 | 93.55 | - |
| YUV | 141.13 | 189.44 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 117 | 250 | 0.41 | 0.53 | 0 | 0.02 | 253.53 | 0.93 | 0.72 |
| Hex | 93 | 75 | FA | 29 | 35 | 0 | 2 | FE | 5D | 48 |
| Octal | 223 | 165 | 372 | 51 | 65 | 0 | 2 | 376 | 135 | 110 |
| Binary | 10010011 | 1110101 | 11111010 | 101001 | 110101 | 0 | 10 | 11111110 | 1011101 | 1001000 |
Color Harmonies of #9375FA
Complementary color
Monochromatic Colors of #9375FA
Black with #9375FA
Text Example
Text Example
White with #9375FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9375FA; }
p { color: rgb(147,117,250); }
H1.HeaderClassName
{
color: #9375FA;
}
.AnyTagClassName
{
color: #9375FA;
}
</style>
background-color css
<style>
a { background-color: #9375FA; }
a { background-color: rgb(147,117,250); }
div.DivClassName
{
background-color: #9375FA;
}
.BgClassName
{
background-color: #9375FA;
}
</style>
border-color css
<style>
span { border-color: #9375FA; }
span { border-color: rgb(147,117,250); }
td.TdClassName
{
border-color: #9375FA;
}
.TagClassName
{
border-color: #9375FA;
}
</style>