Shades of Light Slate Blue #9170F2
Tints of Light Slate Blue #9170F2
RGB
CMYK
RGB Variations
Color information
#9170F2 (or 0x9170F2) is known color: Light Slate Blue. HEX triplet: 91, 70 and F2. RGB value is (145,112,242). Sum of RGB (Red+Green+Blue) = 145+112+242=499 (66% of max value = 765). Red value is 145 (57.03% from 255 or 29.06% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #9170F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9170F2 is #6E8F0D. Grayscale: #888888. Windows color (decimal): -7245582 or 15888529. OLE color: 15888529.
HSL color Cylindrical-coordinate representation of color #9170F2: hue angle of 255.23º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9170F2 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 112 | 242 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.05 |
| HSL | 255.23º | 0.83% | 0.69% | - |
| HSV(B) | 255.23º | 0.54% | 0.95% | - |
| XYZ | 33.5 | 24.02 | 86.87 | - |
| YUV | 136.69 | 187.43 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 112 | 242 | 0.40 | 0.54 | 0 | 0.05 | 255.23 | 0.83 | 0.69 |
| Hex | 91 | 70 | F2 | 28 | 36 | 0 | 5 | FF | 53 | 45 |
| Octal | 221 | 160 | 362 | 50 | 66 | 0 | 5 | 377 | 123 | 105 |
| Binary | 10010001 | 1110000 | 11110010 | 101000 | 110110 | 0 | 101 | 11111111 | 1010011 | 1000101 |
Color Harmonies of #9170F2
Complementary color
Monochromatic Colors of #9170F2
Black with #9170F2
Text Example
Text Example
White with #9170F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9170F2; }
p { color: rgb(145,112,242); }
H1.HeaderClassName
{
color: #9170F2;
}
.AnyTagClassName
{
color: #9170F2;
}
</style>
background-color css
<style>
a { background-color: #9170F2; }
a { background-color: rgb(145,112,242); }
div.DivClassName
{
background-color: #9170F2;
}
.BgClassName
{
background-color: #9170F2;
}
</style>
border-color css
<style>
span { border-color: #9170F2; }
span { border-color: rgb(145,112,242); }
td.TdClassName
{
border-color: #9170F2;
}
.TagClassName
{
border-color: #9170F2;
}
</style>