Shades of Light Slate Blue #9394FE
Tints of Light Slate Blue #9394FE
RGB
CMYK
RGB Variations
Color information
#9394FE (or 0x9394FE) is known color: Light Slate Blue. HEX triplet: 93, 94 and FE. RGB value is (147,148,254). Sum of RGB (Red+Green+Blue) = 147+148+254=549 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.78% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #9394FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9394FE is #6C6B01. Grayscale: #9F9F9F. Windows color (decimal): -7105282 or 16684179. OLE color: 16684179.
HSL color Cylindrical-coordinate representation of color #9394FE: hue angle of 239.44º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9394FE is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 147 | 148 | 254 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.00 |
| HSL | 239.44º | 0.98% | 0.79% | - |
| HSV(B) | 239.44º | 0.42% | 1% | - |
| XYZ | 40.51 | 34.54 | 98.3 | - |
| YUV | 159.79 | 181.17 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 148 | 254 | 0.42 | 0.42 | 0 | 0.00 | 239.44 | 0.98 | 0.79 |
| Hex | 93 | 94 | FE | 2A | 2A | 0 | 0 | EF | 62 | 4F |
| Octal | 223 | 224 | 376 | 52 | 52 | 0 | 0 | 357 | 142 | 117 |
| Binary | 10010011 | 10010100 | 11111110 | 101010 | 101010 | 0 | 0 | 11101111 | 1100010 | 1001111 |
Color Harmonies of #9394FE
Complementary color
Monochromatic Colors of #9394FE
Black with #9394FE
Text Example
Text Example
White with #9394FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9394FE; }
p { color: rgb(147,148,254); }
H1.HeaderClassName
{
color: #9394FE;
}
.AnyTagClassName
{
color: #9394FE;
}
</style>
background-color css
<style>
a { background-color: #9394FE; }
a { background-color: rgb(147,148,254); }
div.DivClassName
{
background-color: #9394FE;
}
.BgClassName
{
background-color: #9394FE;
}
</style>
border-color css
<style>
span { border-color: #9394FE; }
span { border-color: rgb(147,148,254); }
td.TdClassName
{
border-color: #9394FE;
}
.TagClassName
{
border-color: #9394FE;
}
</style>