Shades of Light Slate Blue #9276FE
Tints of Light Slate Blue #9276FE
RGB
CMYK
RGB Variations
Color information
#9276FE (or 0x9276FE) is known color: Light Slate Blue. HEX triplet: 92, 76 and FE. RGB value is (146,118,254). Sum of RGB (Red+Green+Blue) = 146+118+254=518 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.19% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #9276FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9276FE is #6D8901. Grayscale: #8D8D8D. Windows color (decimal): -7178498 or 16676498. OLE color: 16676498.
HSL color Cylindrical-coordinate representation of color #9276FE: hue angle of 252.35º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9276FE is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 118 | 254 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.00 |
| HSL | 252.35º | 0.99% | 0.73% | - |
| HSV(B) | 252.35º | 0.54% | 1% | - |
| XYZ | 36.22 | 26.22 | 96.92 | - |
| YUV | 141.88 | 191.28 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 118 | 254 | 0.43 | 0.54 | 0 | 0.00 | 252.35 | 0.99 | 0.73 |
| Hex | 92 | 76 | FE | 2B | 36 | 0 | 0 | FC | 63 | 49 |
| Octal | 222 | 166 | 376 | 53 | 66 | 0 | 0 | 374 | 143 | 111 |
| Binary | 10010010 | 1110110 | 11111110 | 101011 | 110110 | 0 | 0 | 11111100 | 1100011 | 1001001 |
Color Harmonies of #9276FE
Complementary color
Monochromatic Colors of #9276FE
Black with #9276FE
Text Example
Text Example
White with #9276FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9276FE; }
p { color: rgb(146,118,254); }
H1.HeaderClassName
{
color: #9276FE;
}
.AnyTagClassName
{
color: #9276FE;
}
</style>
background-color css
<style>
a { background-color: #9276FE; }
a { background-color: rgb(146,118,254); }
div.DivClassName
{
background-color: #9276FE;
}
.BgClassName
{
background-color: #9276FE;
}
</style>
border-color css
<style>
span { border-color: #9276FE; }
span { border-color: rgb(146,118,254); }
td.TdClassName
{
border-color: #9276FE;
}
.TagClassName
{
border-color: #9276FE;
}
</style>