Shades of Light Slate Blue #9277F3
Tints of Light Slate Blue #9277F3
RGB
CMYK
RGB Variations
Color information
#9277F3 (or 0x9277F3) is known color: Light Slate Blue. HEX triplet: 92, 77 and F3. RGB value is (146,119,243). Sum of RGB (Red+Green+Blue) = 146+119+243=508 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.74% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 243 - color contains mainly: blue. Hex color #9277F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9277F3 is #6D880C. Grayscale: #8C8C8C. Windows color (decimal): -7178253 or 15955858. OLE color: 15955858.
HSL color Cylindrical-coordinate representation of color #9277F3: hue angle of 253.06º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9277F3 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 119 | 243 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.05 |
| HSL | 253.06º | 0.84% | 0.71% | - |
| HSV(B) | 253.06º | 0.51% | 0.95% | - |
| XYZ | 34.63 | 25.78 | 87.94 | - |
| YUV | 141.21 | 185.45 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 119 | 243 | 0.40 | 0.51 | 0 | 0.05 | 253.06 | 0.84 | 0.71 |
| Hex | 92 | 77 | F3 | 28 | 33 | 0 | 5 | FD | 54 | 47 |
| Octal | 222 | 167 | 363 | 50 | 63 | 0 | 5 | 375 | 124 | 107 |
| Binary | 10010010 | 1110111 | 11110011 | 101000 | 110011 | 0 | 101 | 11111101 | 1010100 | 1000111 |
Color Harmonies of #9277F3
Complementary color
Monochromatic Colors of #9277F3
Black with #9277F3
Text Example
Text Example
White with #9277F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9277F3; }
p { color: rgb(146,119,243); }
H1.HeaderClassName
{
color: #9277F3;
}
.AnyTagClassName
{
color: #9277F3;
}
</style>
background-color css
<style>
a { background-color: #9277F3; }
a { background-color: rgb(146,119,243); }
div.DivClassName
{
background-color: #9277F3;
}
.BgClassName
{
background-color: #9277F3;
}
</style>
border-color css
<style>
span { border-color: #9277F3; }
span { border-color: rgb(146,119,243); }
td.TdClassName
{
border-color: #9277F3;
}
.TagClassName
{
border-color: #9277F3;
}
</style>