Shades of Light Slate Blue #9167FE
Tints of Light Slate Blue #9167FE
RGB
CMYK
RGB Variations
Color information
#9167FE (or 0x9167FE) is known color: Light Slate Blue. HEX triplet: 91, 67 and FE. RGB value is (145,103,254). Sum of RGB (Red+Green+Blue) = 145+103+254=502 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.88% from 502); Green value is 103 (40.62% from 255 or 20.52% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #9167FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9167FE is #6E9801. Grayscale: #848484. Windows color (decimal): -7247874 or 16672657. OLE color: 16672657.
HSL color Cylindrical-coordinate representation of color #9167FE: hue angle of 256.69º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9167FE is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 145 | 103 | 254 | - |
| CMYK | 0.43 | 0.59 | 0 | 0.00 |
| HSL | 256.69º | 0.99% | 0.7% | - |
| HSV(B) | 256.69º | 0.59% | 1% | - |
| XYZ | 34.42 | 22.88 | 96.37 | - |
| YUV | 132.77 | 196.41 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 103 | 254 | 0.43 | 0.59 | 0 | 0.00 | 256.69 | 0.99 | 0.7 |
| Hex | 91 | 67 | FE | 2B | 3B | 0 | 0 | 101 | 63 | 46 |
| Octal | 221 | 147 | 376 | 53 | 73 | 0 | 0 | 401 | 143 | 106 |
| Binary | 10010001 | 1100111 | 11111110 | 101011 | 111011 | 0 | 0 | 100000001 | 1100011 | 1000110 |
Color Harmonies of #9167FE
Complementary color
Monochromatic Colors of #9167FE
Black with #9167FE
Text Example
Text Example
White with #9167FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9167FE; }
p { color: rgb(145,103,254); }
H1.HeaderClassName
{
color: #9167FE;
}
.AnyTagClassName
{
color: #9167FE;
}
</style>
background-color css
<style>
a { background-color: #9167FE; }
a { background-color: rgb(145,103,254); }
div.DivClassName
{
background-color: #9167FE;
}
.BgClassName
{
background-color: #9167FE;
}
</style>
border-color css
<style>
span { border-color: #9167FE; }
span { border-color: rgb(145,103,254); }
td.TdClassName
{
border-color: #9167FE;
}
.TagClassName
{
border-color: #9167FE;
}
</style>