Shades of Light Slate Blue #9178F0
Tints of Light Slate Blue #9178F0
RGB
CMYK
RGB Variations
Color information
#9178F0 (or 0x9178F0) is known color: Light Slate Blue. HEX triplet: 91, 78 and F0. RGB value is (145,120,240). Sum of RGB (Red+Green+Blue) = 145+120+240=505 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.71% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #9178F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9178F0 is #6E870F. Grayscale: #8C8C8C. Windows color (decimal): -7243536 or 15759505. OLE color: 15759505.
HSL color Cylindrical-coordinate representation of color #9178F0: hue angle of 252.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9178F0 is Cyan = 0.40, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 120 | 240 | - |
| CMYK | 0.40 | 0.5 | 0 | 0.06 |
| HSL | 252.5º | 0.8% | 0.71% | - |
| HSV(B) | 252.5º | 0.5% | 0.94% | - |
| XYZ | 34.12 | 25.74 | 85.61 | - |
| YUV | 141.16 | 183.78 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 120 | 240 | 0.40 | 0.5 | 0 | 0.06 | 252.5 | 0.8 | 0.71 |
| Hex | 91 | 78 | F0 | 28 | 32 | 0 | 6 | FD | 50 | 47 |
| Octal | 221 | 170 | 360 | 50 | 62 | 0 | 6 | 375 | 120 | 107 |
| Binary | 10010001 | 1111000 | 11110000 | 101000 | 110010 | 0 | 110 | 11111101 | 1010000 | 1000111 |
Color Harmonies of #9178F0
Complementary color
Monochromatic Colors of #9178F0
Black with #9178F0
Text Example
Text Example
White with #9178F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9178F0; }
p { color: rgb(145,120,240); }
H1.HeaderClassName
{
color: #9178F0;
}
.AnyTagClassName
{
color: #9178F0;
}
</style>
background-color css
<style>
a { background-color: #9178F0; }
a { background-color: rgb(145,120,240); }
div.DivClassName
{
background-color: #9178F0;
}
.BgClassName
{
background-color: #9178F0;
}
</style>
border-color css
<style>
span { border-color: #9178F0; }
span { border-color: rgb(145,120,240); }
td.TdClassName
{
border-color: #9178F0;
}
.TagClassName
{
border-color: #9178F0;
}
</style>