Shades of Light Slate Blue #9164F3
Tints of Light Slate Blue #9164F3
RGB
CMYK
RGB Variations
Color information
#9164F3 (or 0x9164F3) is known color: Light Slate Blue. HEX triplet: 91, 64 and F3. RGB value is (145,100,243). Sum of RGB (Red+Green+Blue) = 145+100+243=488 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.71% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 243 (95.31% from 255 or 49.80% from 488); Max value from RGB is 243 - color contains mainly: blue. Hex color #9164F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9164F3 is #6E9B0C. Grayscale: #818181. Windows color (decimal): -7248653 or 15950993. OLE color: 15950993.
HSL color Cylindrical-coordinate representation of color #9164F3: hue angle of 258.88º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9164F3 is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 100 | 243 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.05 |
| HSL | 258.88º | 0.86% | 0.67% | - |
| HSV(B) | 258.88º | 0.59% | 0.95% | - |
| XYZ | 32.41 | 21.61 | 87.26 | - |
| YUV | 129.76 | 191.91 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 100 | 243 | 0.40 | 0.59 | 0 | 0.05 | 258.88 | 0.86 | 0.67 |
| Hex | 91 | 64 | F3 | 28 | 3B | 0 | 5 | 103 | 56 | 43 |
| Octal | 221 | 144 | 363 | 50 | 73 | 0 | 5 | 403 | 126 | 103 |
| Binary | 10010001 | 1100100 | 11110011 | 101000 | 111011 | 0 | 101 | 100000011 | 1010110 | 1000011 |
Color Harmonies of #9164F3
Complementary color
Monochromatic Colors of #9164F3
Black with #9164F3
Text Example
Text Example
White with #9164F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9164F3; }
p { color: rgb(145,100,243); }
H1.HeaderClassName
{
color: #9164F3;
}
.AnyTagClassName
{
color: #9164F3;
}
</style>
background-color css
<style>
a { background-color: #9164F3; }
a { background-color: rgb(145,100,243); }
div.DivClassName
{
background-color: #9164F3;
}
.BgClassName
{
background-color: #9164F3;
}
</style>
border-color css
<style>
span { border-color: #9164F3; }
span { border-color: rgb(145,100,243); }
td.TdClassName
{
border-color: #9164F3;
}
.TagClassName
{
border-color: #9164F3;
}
</style>