Shades of Light Slate Blue #9178F2
Tints of Light Slate Blue #9178F2
RGB
CMYK
RGB Variations
Color information
#9178F2 (or 0x9178F2) is known color: Light Slate Blue. HEX triplet: 91, 78 and F2. RGB value is (145,120,242). Sum of RGB (Red+Green+Blue) = 145+120+242=507 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.60% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 242 (94.92% from 255 or 47.73% from 507); Max value from RGB is 242 - color contains mainly: blue. Hex color #9178F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9178F2 is #6E870D. Grayscale: #8C8C8C. Windows color (decimal): -7243534 or 15890577. OLE color: 15890577.
HSL color Cylindrical-coordinate representation of color #9178F2: hue angle of 252.3º 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 #9178F2 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 120 | 242 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.05 |
| HSL | 252.3º | 0.82% | 0.71% | - |
| HSV(B) | 252.3º | 0.5% | 0.95% | - |
| XYZ | 34.42 | 25.86 | 87.18 | - |
| YUV | 141.38 | 184.78 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 120 | 242 | 0.40 | 0.50 | 0 | 0.05 | 252.3 | 0.82 | 0.71 |
| Hex | 91 | 78 | F2 | 28 | 32 | 0 | 5 | FC | 52 | 47 |
| Octal | 221 | 170 | 362 | 50 | 62 | 0 | 5 | 374 | 122 | 107 |
| Binary | 10010001 | 1111000 | 11110010 | 101000 | 110010 | 0 | 101 | 11111100 | 1010010 | 1000111 |
Color Harmonies of #9178F2
Complementary color
Monochromatic Colors of #9178F2
Black with #9178F2
Text Example
Text Example
White with #9178F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9178F2; }
p { color: rgb(145,120,242); }
H1.HeaderClassName
{
color: #9178F2;
}
.AnyTagClassName
{
color: #9178F2;
}
</style>
background-color css
<style>
a { background-color: #9178F2; }
a { background-color: rgb(145,120,242); }
div.DivClassName
{
background-color: #9178F2;
}
.BgClassName
{
background-color: #9178F2;
}
</style>
border-color css
<style>
span { border-color: #9178F2; }
span { border-color: rgb(145,120,242); }
td.TdClassName
{
border-color: #9178F2;
}
.TagClassName
{
border-color: #9178F2;
}
</style>