Shades of Light Slate Blue #9392FE
Tints of Light Slate Blue #9392FE
RGB
CMYK
RGB Variations
Color information
#9392FE (or 0x9392FE) is known color: Light Slate Blue. HEX triplet: 93, 92 and FE. RGB value is (147,146,254). Sum of RGB (Red+Green+Blue) = 147+146+254=547 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.87% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #9392FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9392FE is #6C6D01. Grayscale: #9E9E9E. Windows color (decimal): -7105794 or 16683667. OLE color: 16683667.
HSL color Cylindrical-coordinate representation of color #9392FE: hue angle of 240.56º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9392FE is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 147 | 146 | 254 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.00 |
| HSL | 240.56º | 0.98% | 0.78% | - |
| HSV(B) | 240.56º | 0.43% | 1% | - |
| XYZ | 40.2 | 33.92 | 98.19 | - |
| YUV | 158.61 | 181.83 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 146 | 254 | 0.42 | 0.43 | 0 | 0.00 | 240.56 | 0.98 | 0.78 |
| Hex | 93 | 92 | FE | 2A | 2B | 0 | 0 | F1 | 62 | 4E |
| Octal | 223 | 222 | 376 | 52 | 53 | 0 | 0 | 361 | 142 | 116 |
| Binary | 10010011 | 10010010 | 11111110 | 101010 | 101011 | 0 | 0 | 11110001 | 1100010 | 1001110 |
Color Harmonies of #9392FE
Complementary color
Monochromatic Colors of #9392FE
Black with #9392FE
Text Example
Text Example
White with #9392FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9392FE; }
p { color: rgb(147,146,254); }
H1.HeaderClassName
{
color: #9392FE;
}
.AnyTagClassName
{
color: #9392FE;
}
</style>
background-color css
<style>
a { background-color: #9392FE; }
a { background-color: rgb(147,146,254); }
div.DivClassName
{
background-color: #9392FE;
}
.BgClassName
{
background-color: #9392FE;
}
</style>
border-color css
<style>
span { border-color: #9392FE; }
span { border-color: rgb(147,146,254); }
td.TdClassName
{
border-color: #9392FE;
}
.TagClassName
{
border-color: #9392FE;
}
</style>