Shades of Light Slate Blue #9271FE
Tints of Light Slate Blue #9271FE
RGB
CMYK
RGB Variations
Color information
#9271FE (or 0x9271FE) is known color: Light Slate Blue. HEX triplet: 92, 71 and FE. RGB value is (146,113,254). Sum of RGB (Red+Green+Blue) = 146+113+254=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #9271FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9271FE is #6D8E01. Grayscale: #8A8A8A. Windows color (decimal): -7179778 or 16675218. OLE color: 16675218.
HSL color Cylindrical-coordinate representation of color #9271FE: hue angle of 254.04º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9271FE is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 113 | 254 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.00 |
| HSL | 254.04º | 0.99% | 0.72% | - |
| HSV(B) | 254.04º | 0.56% | 1% | - |
| XYZ | 35.65 | 25.08 | 96.73 | - |
| YUV | 138.94 | 192.93 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 113 | 254 | 0.43 | 0.56 | 0 | 0.00 | 254.04 | 0.99 | 0.72 |
| Hex | 92 | 71 | FE | 2B | 38 | 0 | 0 | FE | 63 | 48 |
| Octal | 222 | 161 | 376 | 53 | 70 | 0 | 0 | 376 | 143 | 110 |
| Binary | 10010010 | 1110001 | 11111110 | 101011 | 111000 | 0 | 0 | 11111110 | 1100011 | 1001000 |
Color Harmonies of #9271FE
Complementary color
Monochromatic Colors of #9271FE
Black with #9271FE
Text Example
Text Example
White with #9271FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9271FE; }
p { color: rgb(146,113,254); }
H1.HeaderClassName
{
color: #9271FE;
}
.AnyTagClassName
{
color: #9271FE;
}
</style>
background-color css
<style>
a { background-color: #9271FE; }
a { background-color: rgb(146,113,254); }
div.DivClassName
{
background-color: #9271FE;
}
.BgClassName
{
background-color: #9271FE;
}
</style>
border-color css
<style>
span { border-color: #9271FE; }
span { border-color: rgb(146,113,254); }
td.TdClassName
{
border-color: #9271FE;
}
.TagClassName
{
border-color: #9271FE;
}
</style>