Shades of Light Slate Blue #9277FA
Tints of Light Slate Blue #9277FA
RGB
CMYK
RGB Variations
Color information
#9277FA (or 0x9277FA) is known color: Light Slate Blue. HEX triplet: 92, 77 and FA. RGB value is (146,119,250). Sum of RGB (Red+Green+Blue) = 146+119+250=515 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.35% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #9277FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9277FA is #6D8805. Grayscale: #8D8D8D. Windows color (decimal): -7178246 or 16414610. OLE color: 16414610.
HSL color Cylindrical-coordinate representation of color #9277FA: hue angle of 252.37º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9277FA is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 119 | 250 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.02 |
| HSL | 252.37º | 0.93% | 0.72% | - |
| HSV(B) | 252.37º | 0.52% | 0.98% | - |
| XYZ | 35.71 | 26.21 | 93.62 | - |
| YUV | 142.01 | 188.95 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 119 | 250 | 0.42 | 0.52 | 0 | 0.02 | 252.37 | 0.93 | 0.72 |
| Hex | 92 | 77 | FA | 2A | 34 | 0 | 2 | FC | 5D | 48 |
| Octal | 222 | 167 | 372 | 52 | 64 | 0 | 2 | 374 | 135 | 110 |
| Binary | 10010010 | 1110111 | 11111010 | 101010 | 110100 | 0 | 10 | 11111100 | 1011101 | 1001000 |
Color Harmonies of #9277FA
Complementary color
Monochromatic Colors of #9277FA
Black with #9277FA
Text Example
Text Example
White with #9277FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9277FA; }
p { color: rgb(146,119,250); }
H1.HeaderClassName
{
color: #9277FA;
}
.AnyTagClassName
{
color: #9277FA;
}
</style>
background-color css
<style>
a { background-color: #9277FA; }
a { background-color: rgb(146,119,250); }
div.DivClassName
{
background-color: #9277FA;
}
.BgClassName
{
background-color: #9277FA;
}
</style>
border-color css
<style>
span { border-color: #9277FA; }
span { border-color: rgb(146,119,250); }
td.TdClassName
{
border-color: #9277FA;
}
.TagClassName
{
border-color: #9277FA;
}
</style>