Shades of Light Slate Blue #9378F2
Tints of Light Slate Blue #9378F2
RGB
CMYK
RGB Variations
Color information
#9378F2 (or 0x9378F2) is known color: Light Slate Blue. HEX triplet: 93, 78 and F2. RGB value is (147,120,242). Sum of RGB (Red+Green+Blue) = 147+120+242=509 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.88% from 509); Green value is 120 (47.27% from 255 or 23.58% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #9378F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9378F2 is #6C870D. Grayscale: #8D8D8D. Windows color (decimal): -7112462 or 15890579. OLE color: 15890579.
HSL color Cylindrical-coordinate representation of color #9378F2: hue angle of 253.28º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9378F2 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 120 | 242 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.05 |
| HSL | 253.28º | 0.82% | 0.71% | - |
| HSV(B) | 253.28º | 0.5% | 0.95% | - |
| XYZ | 34.78 | 26.05 | 87.2 | - |
| YUV | 141.98 | 184.45 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 120 | 242 | 0.39 | 0.50 | 0 | 0.05 | 253.28 | 0.82 | 0.71 |
| Hex | 93 | 78 | F2 | 27 | 32 | 0 | 5 | FD | 52 | 47 |
| Octal | 223 | 170 | 362 | 47 | 62 | 0 | 5 | 375 | 122 | 107 |
| Binary | 10010011 | 1111000 | 11110010 | 100111 | 110010 | 0 | 101 | 11111101 | 1010010 | 1000111 |
Color Harmonies of #9378F2
Complementary color
Monochromatic Colors of #9378F2
Black with #9378F2
Text Example
Text Example
White with #9378F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9378F2; }
p { color: rgb(147,120,242); }
H1.HeaderClassName
{
color: #9378F2;
}
.AnyTagClassName
{
color: #9378F2;
}
</style>
background-color css
<style>
a { background-color: #9378F2; }
a { background-color: rgb(147,120,242); }
div.DivClassName
{
background-color: #9378F2;
}
.BgClassName
{
background-color: #9378F2;
}
</style>
border-color css
<style>
span { border-color: #9378F2; }
span { border-color: rgb(147,120,242); }
td.TdClassName
{
border-color: #9378F2;
}
.TagClassName
{
border-color: #9378F2;
}
</style>