Shades of Light Slate Blue #9271FA
Tints of Light Slate Blue #9271FA
RGB
CMYK
RGB Variations
Color information
#9271FA (or 0x9271FA) is known color: Light Slate Blue. HEX triplet: 92, 71 and FA. RGB value is (146,113,250). Sum of RGB (Red+Green+Blue) = 146+113+250=509 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.68% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #9271FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9271FA is #6D8E05. Grayscale: #898989. Windows color (decimal): -7179782 or 16413074. OLE color: 16413074.
HSL color Cylindrical-coordinate representation of color #9271FA: hue angle of 254.45º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9271FA is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 113 | 250 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.02 |
| HSL | 254.45º | 0.93% | 0.71% | - |
| HSV(B) | 254.45º | 0.55% | 0.98% | - |
| XYZ | 35.01 | 24.82 | 93.39 | - |
| YUV | 138.49 | 190.93 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 113 | 250 | 0.42 | 0.55 | 0 | 0.02 | 254.45 | 0.93 | 0.71 |
| Hex | 92 | 71 | FA | 2A | 37 | 0 | 2 | FE | 5D | 47 |
| Octal | 222 | 161 | 372 | 52 | 67 | 0 | 2 | 376 | 135 | 107 |
| Binary | 10010010 | 1110001 | 11111010 | 101010 | 110111 | 0 | 10 | 11111110 | 1011101 | 1000111 |
Color Harmonies of #9271FA
Complementary color
Monochromatic Colors of #9271FA
Black with #9271FA
Text Example
Text Example
White with #9271FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9271FA; }
p { color: rgb(146,113,250); }
H1.HeaderClassName
{
color: #9271FA;
}
.AnyTagClassName
{
color: #9271FA;
}
</style>
background-color css
<style>
a { background-color: #9271FA; }
a { background-color: rgb(146,113,250); }
div.DivClassName
{
background-color: #9271FA;
}
.BgClassName
{
background-color: #9271FA;
}
</style>
border-color css
<style>
span { border-color: #9271FA; }
span { border-color: rgb(146,113,250); }
td.TdClassName
{
border-color: #9271FA;
}
.TagClassName
{
border-color: #9271FA;
}
</style>