Shades of Light Slate Blue #9271FF
Tints of Light Slate Blue #9271FF
RGB
CMYK
RGB Variations
Color information
#9271FF (or 0x9271FF) is known color: Light Slate Blue. HEX triplet: 92, 71 and FF. RGB value is (146,113,255). Sum of RGB (Red+Green+Blue) = 146+113+255=514 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.40% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #9271FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9271FF is #6D8E00. Grayscale: #8A8A8A. Windows color (decimal): -7179777 or 16740754. OLE color: 16740754.
HSL color Cylindrical-coordinate representation of color #9271FF: hue angle of 253.94º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9271FF is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 113 | 255 | - |
| CMYK | 0.43 | 0.56 | 0 | 0 |
| HSL | 253.94º | 1% | 0.72% | - |
| HSV(B) | 253.94º | 0.56% | 1% | - |
| XYZ | 35.81 | 25.14 | 97.57 | - |
| YUV | 139.06 | 193.43 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 113 | 255 | 0.43 | 0.56 | 0 | 0 | 253.94 | 1 | 0.72 |
| Hex | 92 | 71 | FF | 2B | 38 | 0 | 0 | FE | 64 | 48 |
| Octal | 222 | 161 | 377 | 53 | 70 | 0 | 0 | 376 | 144 | 110 |
| Binary | 10010010 | 1110001 | 11111111 | 101011 | 111000 | 0 | 0 | 11111110 | 1100100 | 1001000 |
Color Harmonies of #9271FF
Complementary color
Monochromatic Colors of #9271FF
Black with #9271FF
Text Example
Text Example
White with #9271FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9271FF; }
p { color: rgb(146,113,255); }
H1.HeaderClassName
{
color: #9271FF;
}
.AnyTagClassName
{
color: #9271FF;
}
</style>
background-color css
<style>
a { background-color: #9271FF; }
a { background-color: rgb(146,113,255); }
div.DivClassName
{
background-color: #9271FF;
}
.BgClassName
{
background-color: #9271FF;
}
</style>
border-color css
<style>
span { border-color: #9271FF; }
span { border-color: rgb(146,113,255); }
td.TdClassName
{
border-color: #9271FF;
}
.TagClassName
{
border-color: #9271FF;
}
</style>