Shades of Light Slate Blue #9380FE
Tints of Light Slate Blue #9380FE
RGB
CMYK
RGB Variations
Color information
#9380FE (or 0x9380FE) is known color: Light Slate Blue. HEX triplet: 93, 80 and FE. RGB value is (147,128,254). Sum of RGB (Red+Green+Blue) = 147+128+254=529 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.79% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #9380FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9380FE is #6C7F01. Grayscale: #939393. Windows color (decimal): -7110402 or 16679059. OLE color: 16679059.
HSL color Cylindrical-coordinate representation of color #9380FE: hue angle of 249.05º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9380FE is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 147 | 128 | 254 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.00 |
| HSL | 249.05º | 0.98% | 0.75% | - |
| HSV(B) | 249.05º | 0.5% | 1% | - |
| XYZ | 37.64 | 28.8 | 97.34 | - |
| YUV | 148.05 | 187.79 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 128 | 254 | 0.42 | 0.50 | 0 | 0.00 | 249.05 | 0.98 | 0.75 |
| Hex | 93 | 80 | FE | 2A | 32 | 0 | 0 | F9 | 62 | 4B |
| Octal | 223 | 200 | 376 | 52 | 62 | 0 | 0 | 371 | 142 | 113 |
| Binary | 10010011 | 10000000 | 11111110 | 101010 | 110010 | 0 | 0 | 11111001 | 1100010 | 1001011 |
Color Harmonies of #9380FE
Complementary color
Monochromatic Colors of #9380FE
Black with #9380FE
Text Example
Text Example
White with #9380FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9380FE; }
p { color: rgb(147,128,254); }
H1.HeaderClassName
{
color: #9380FE;
}
.AnyTagClassName
{
color: #9380FE;
}
</style>
background-color css
<style>
a { background-color: #9380FE; }
a { background-color: rgb(147,128,254); }
div.DivClassName
{
background-color: #9380FE;
}
.BgClassName
{
background-color: #9380FE;
}
</style>
border-color css
<style>
span { border-color: #9380FE; }
span { border-color: rgb(147,128,254); }
td.TdClassName
{
border-color: #9380FE;
}
.TagClassName
{
border-color: #9380FE;
}
</style>