Shades of Light Slate Blue #9375FE
Tints of Light Slate Blue #9375FE
RGB
CMYK
RGB Variations
Color information
#9375FE (or 0x9375FE) is known color: Light Slate Blue. HEX triplet: 93, 75 and FE. RGB value is (147,117,254). Sum of RGB (Red+Green+Blue) = 147+117+254=518 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.38% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #9375FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9375FE is #6C8A01. Grayscale: #8D8D8D. Windows color (decimal): -7113218 or 16676243. OLE color: 16676243.
HSL color Cylindrical-coordinate representation of color #9375FE: hue angle of 253.14º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9375FE is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 147 | 117 | 254 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.00 |
| HSL | 253.14º | 0.99% | 0.73% | - |
| HSV(B) | 253.14º | 0.54% | 1% | - |
| XYZ | 36.28 | 26.08 | 96.89 | - |
| YUV | 141.59 | 191.44 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 117 | 254 | 0.42 | 0.54 | 0 | 0.00 | 253.14 | 0.99 | 0.73 |
| Hex | 93 | 75 | FE | 2A | 36 | 0 | 0 | FD | 63 | 49 |
| Octal | 223 | 165 | 376 | 52 | 66 | 0 | 0 | 375 | 143 | 111 |
| Binary | 10010011 | 1110101 | 11111110 | 101010 | 110110 | 0 | 0 | 11111101 | 1100011 | 1001001 |
Color Harmonies of #9375FE
Complementary color
Monochromatic Colors of #9375FE
Black with #9375FE
Text Example
Text Example
White with #9375FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9375FE; }
p { color: rgb(147,117,254); }
H1.HeaderClassName
{
color: #9375FE;
}
.AnyTagClassName
{
color: #9375FE;
}
</style>
background-color css
<style>
a { background-color: #9375FE; }
a { background-color: rgb(147,117,254); }
div.DivClassName
{
background-color: #9375FE;
}
.BgClassName
{
background-color: #9375FE;
}
</style>
border-color css
<style>
span { border-color: #9375FE; }
span { border-color: rgb(147,117,254); }
td.TdClassName
{
border-color: #9375FE;
}
.TagClassName
{
border-color: #9375FE;
}
</style>