Shades of Light Slate Blue #9274FA
Tints of Light Slate Blue #9274FA
RGB
CMYK
RGB Variations
Color information
#9274FA (or 0x9274FA) is known color: Light Slate Blue. HEX triplet: 92, 74 and FA. RGB value is (146,116,250). Sum of RGB (Red+Green+Blue) = 146+116+250=512 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.52% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #9274FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9274FA is #6D8B05. Grayscale: #8B8B8B. Windows color (decimal): -7179014 or 16413842. OLE color: 16413842.
HSL color Cylindrical-coordinate representation of color #9274FA: hue angle of 253.43º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9274FA is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 116 | 250 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.02 |
| HSL | 253.43º | 0.93% | 0.72% | - |
| HSV(B) | 253.43º | 0.54% | 0.98% | - |
| XYZ | 35.35 | 25.5 | 93.5 | - |
| YUV | 140.25 | 189.94 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 116 | 250 | 0.42 | 0.54 | 0 | 0.02 | 253.43 | 0.93 | 0.72 |
| Hex | 92 | 74 | FA | 2A | 36 | 0 | 2 | FD | 5D | 48 |
| Octal | 222 | 164 | 372 | 52 | 66 | 0 | 2 | 375 | 135 | 110 |
| Binary | 10010010 | 1110100 | 11111010 | 101010 | 110110 | 0 | 10 | 11111101 | 1011101 | 1001000 |
Color Harmonies of #9274FA
Complementary color
Monochromatic Colors of #9274FA
Black with #9274FA
Text Example
Text Example
White with #9274FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9274FA; }
p { color: rgb(146,116,250); }
H1.HeaderClassName
{
color: #9274FA;
}
.AnyTagClassName
{
color: #9274FA;
}
</style>
background-color css
<style>
a { background-color: #9274FA; }
a { background-color: rgb(146,116,250); }
div.DivClassName
{
background-color: #9274FA;
}
.BgClassName
{
background-color: #9274FA;
}
</style>
border-color css
<style>
span { border-color: #9274FA; }
span { border-color: rgb(146,116,250); }
td.TdClassName
{
border-color: #9274FA;
}
.TagClassName
{
border-color: #9274FA;
}
</style>