Shades of Light Slate Blue #9277F0
Tints of Light Slate Blue #9277F0
RGB
CMYK
RGB Variations
Color information
#9277F0 (or 0x9277F0) is known color: Light Slate Blue. HEX triplet: 92, 77 and F0. RGB value is (146,119,240). Sum of RGB (Red+Green+Blue) = 146+119+240=505 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.91% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #9277F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9277F0 is #6D880F. Grayscale: #8C8C8C. Windows color (decimal): -7178256 or 15759250. OLE color: 15759250.
HSL color Cylindrical-coordinate representation of color #9277F0: hue angle of 253.39º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9277F0 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 119 | 240 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.06 |
| HSL | 253.39º | 0.8% | 0.7% | - |
| HSV(B) | 253.39º | 0.5% | 0.94% | - |
| XYZ | 34.18 | 25.6 | 85.58 | - |
| YUV | 140.87 | 183.95 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 119 | 240 | 0.39 | 0.50 | 0 | 0.06 | 253.39 | 0.8 | 0.7 |
| Hex | 92 | 77 | F0 | 27 | 32 | 0 | 6 | FD | 50 | 46 |
| Octal | 222 | 167 | 360 | 47 | 62 | 0 | 6 | 375 | 120 | 106 |
| Binary | 10010010 | 1110111 | 11110000 | 100111 | 110010 | 0 | 110 | 11111101 | 1010000 | 1000110 |
Color Harmonies of #9277F0
Complementary color
Monochromatic Colors of #9277F0
Black with #9277F0
Text Example
Text Example
White with #9277F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9277F0; }
p { color: rgb(146,119,240); }
H1.HeaderClassName
{
color: #9277F0;
}
.AnyTagClassName
{
color: #9277F0;
}
</style>
background-color css
<style>
a { background-color: #9277F0; }
a { background-color: rgb(146,119,240); }
div.DivClassName
{
background-color: #9277F0;
}
.BgClassName
{
background-color: #9277F0;
}
</style>
border-color css
<style>
span { border-color: #9277F0; }
span { border-color: rgb(146,119,240); }
td.TdClassName
{
border-color: #9277F0;
}
.TagClassName
{
border-color: #9277F0;
}
</style>