Shades of Light Slate Blue #9162FD
Tints of Light Slate Blue #9162FD
RGB
CMYK
RGB Variations
Color information
#9162FD (or 0x9162FD) is known color: Light Slate Blue. HEX triplet: 91, 62 and FD. RGB value is (145,98,253). Sum of RGB (Red+Green+Blue) = 145+98+253=496 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.23% from 496); Green value is 98 (38.67% from 255 or 19.76% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #9162FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9162FD is #6E9D02. Grayscale: #818181. Windows color (decimal): -7249155 or 16605841. OLE color: 16605841.
HSL color Cylindrical-coordinate representation of color #9162FD: hue angle of 258.19º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9162FD is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 98 | 253 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.01 |
| HSL | 258.19º | 0.97% | 0.69% | - |
| HSV(B) | 258.19º | 0.61% | 0.99% | - |
| XYZ | 33.77 | 21.85 | 95.37 | - |
| YUV | 129.72 | 197.57 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 98 | 253 | 0.43 | 0.61 | 0 | 0.01 | 258.19 | 0.97 | 0.69 |
| Hex | 91 | 62 | FD | 2B | 3D | 0 | 1 | 102 | 61 | 45 |
| Octal | 221 | 142 | 375 | 53 | 75 | 0 | 1 | 402 | 141 | 105 |
| Binary | 10010001 | 1100010 | 11111101 | 101011 | 111101 | 0 | 1 | 100000010 | 1100001 | 1000101 |
Color Harmonies of #9162FD
Complementary color
Monochromatic Colors of #9162FD
Black with #9162FD
Text Example
Text Example
White with #9162FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9162FD; }
p { color: rgb(145,98,253); }
H1.HeaderClassName
{
color: #9162FD;
}
.AnyTagClassName
{
color: #9162FD;
}
</style>
background-color css
<style>
a { background-color: #9162FD; }
a { background-color: rgb(145,98,253); }
div.DivClassName
{
background-color: #9162FD;
}
.BgClassName
{
background-color: #9162FD;
}
</style>
border-color css
<style>
span { border-color: #9162FD; }
span { border-color: rgb(145,98,253); }
td.TdClassName
{
border-color: #9162FD;
}
.TagClassName
{
border-color: #9162FD;
}
</style>