Shades of Light Slate Blue #9168FF
Tints of Light Slate Blue #9168FF
RGB
CMYK
RGB Variations
Color information
#9168FF (or 0x9168FF) is known color: Light Slate Blue. HEX triplet: 91, 68 and FF. RGB value is (145,104,255). Sum of RGB (Red+Green+Blue) = 145+104+255=504 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.77% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #9168FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9168FF is #6E9700. Grayscale: #848484. Windows color (decimal): -7247617 or 16738449. OLE color: 16738449.
HSL color Cylindrical-coordinate representation of color #9168FF: hue angle of 256.29º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9168FF is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 104 | 255 | - |
| CMYK | 0.43 | 0.59 | 0 | 0 |
| HSL | 256.29º | 1% | 0.7% | - |
| HSV(B) | 256.29º | 0.59% | 1% | - |
| XYZ | 34.68 | 23.14 | 97.25 | - |
| YUV | 133.47 | 196.58 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 104 | 255 | 0.43 | 0.59 | 0 | 0 | 256.29 | 1 | 0.7 |
| Hex | 91 | 68 | FF | 2B | 3B | 0 | 0 | 100 | 64 | 46 |
| Octal | 221 | 150 | 377 | 53 | 73 | 0 | 0 | 400 | 144 | 106 |
| Binary | 10010001 | 1101000 | 11111111 | 101011 | 111011 | 0 | 0 | 100000000 | 1100100 | 1000110 |
Color Harmonies of #9168FF
Complementary color
Monochromatic Colors of #9168FF
Black with #9168FF
Text Example
Text Example
White with #9168FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9168FF; }
p { color: rgb(145,104,255); }
H1.HeaderClassName
{
color: #9168FF;
}
.AnyTagClassName
{
color: #9168FF;
}
</style>
background-color css
<style>
a { background-color: #9168FF; }
a { background-color: rgb(145,104,255); }
div.DivClassName
{
background-color: #9168FF;
}
.BgClassName
{
background-color: #9168FF;
}
</style>
border-color css
<style>
span { border-color: #9168FF; }
span { border-color: rgb(145,104,255); }
td.TdClassName
{
border-color: #9168FF;
}
.TagClassName
{
border-color: #9168FF;
}
</style>