Shades of Light Slate Blue #9164F7
Tints of Light Slate Blue #9164F7
RGB
CMYK
RGB Variations
Color information
#9164F7 (or 0x9164F7) is known color: Light Slate Blue. HEX triplet: 91, 64 and F7. RGB value is (145,100,247). Sum of RGB (Red+Green+Blue) = 145+100+247=492 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.47% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 247 (96.88% from 255 or 50.20% from 492); Max value from RGB is 247 - color contains mainly: blue. Hex color #9164F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9164F7 is #6E9B08. Grayscale: #818181. Windows color (decimal): -7248649 or 16213137. OLE color: 16213137.
HSL color Cylindrical-coordinate representation of color #9164F7: hue angle of 258.37º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9164F7 is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 100 | 247 | - |
| CMYK | 0.41 | 0.60 | 0 | 0.03 |
| HSL | 258.37º | 0.9% | 0.68% | - |
| HSV(B) | 258.37º | 0.6% | 0.97% | - |
| XYZ | 33.02 | 21.85 | 90.47 | - |
| YUV | 130.21 | 193.91 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 100 | 247 | 0.41 | 0.60 | 0 | 0.03 | 258.37 | 0.9 | 0.68 |
| Hex | 91 | 64 | F7 | 29 | 3C | 0 | 3 | 102 | 5A | 44 |
| Octal | 221 | 144 | 367 | 51 | 74 | 0 | 3 | 402 | 132 | 104 |
| Binary | 10010001 | 1100100 | 11110111 | 101001 | 111100 | 0 | 11 | 100000010 | 1011010 | 1000100 |
Color Harmonies of #9164F7
Complementary color
Monochromatic Colors of #9164F7
Black with #9164F7
Text Example
Text Example
White with #9164F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9164F7; }
p { color: rgb(145,100,247); }
H1.HeaderClassName
{
color: #9164F7;
}
.AnyTagClassName
{
color: #9164F7;
}
</style>
background-color css
<style>
a { background-color: #9164F7; }
a { background-color: rgb(145,100,247); }
div.DivClassName
{
background-color: #9164F7;
}
.BgClassName
{
background-color: #9164F7;
}
</style>
border-color css
<style>
span { border-color: #9164F7; }
span { border-color: rgb(145,100,247); }
td.TdClassName
{
border-color: #9164F7;
}
.TagClassName
{
border-color: #9164F7;
}
</style>