Shades of Light Slate Blue #9378FF
Tints of Light Slate Blue #9378FF
RGB
CMYK
RGB Variations
Color information
#9378FF (or 0x9378FF) is known color: Light Slate Blue. HEX triplet: 93, 78 and FF. RGB value is (147,120,255). Sum of RGB (Red+Green+Blue) = 147+120+255=522 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.16% from 522); Green value is 120 (47.27% from 255 or 22.99% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #9378FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9378FF is #6C8700. Grayscale: #8E8E8E. Windows color (decimal): -7112449 or 16742547. OLE color: 16742547.
HSL color Cylindrical-coordinate representation of color #9378FF: hue angle of 252º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9378FF is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 120 | 255 | - |
| CMYK | 0.42 | 0.53 | 0 | 0 |
| HSL | 252º | 1% | 0.74% | - |
| HSV(B) | 252º | 0.53% | 1% | - |
| XYZ | 36.8 | 26.86 | 97.85 | - |
| YUV | 143.46 | 190.95 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 120 | 255 | 0.42 | 0.53 | 0 | 0 | 252 | 1 | 0.74 |
| Hex | 93 | 78 | FF | 2A | 35 | 0 | 0 | FC | 64 | 4A |
| Octal | 223 | 170 | 377 | 52 | 65 | 0 | 0 | 374 | 144 | 112 |
| Binary | 10010011 | 1111000 | 11111111 | 101010 | 110101 | 0 | 0 | 11111100 | 1100100 | 1001010 |
Color Harmonies of #9378FF
Complementary color
Monochromatic Colors of #9378FF
Black with #9378FF
Text Example
Text Example
White with #9378FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9378FF; }
p { color: rgb(147,120,255); }
H1.HeaderClassName
{
color: #9378FF;
}
.AnyTagClassName
{
color: #9378FF;
}
</style>
background-color css
<style>
a { background-color: #9378FF; }
a { background-color: rgb(147,120,255); }
div.DivClassName
{
background-color: #9378FF;
}
.BgClassName
{
background-color: #9378FF;
}
</style>
border-color css
<style>
span { border-color: #9378FF; }
span { border-color: rgb(147,120,255); }
td.TdClassName
{
border-color: #9378FF;
}
.TagClassName
{
border-color: #9378FF;
}
</style>