Shades of Light Slate Blue #9274FF
Tints of Light Slate Blue #9274FF
RGB
CMYK
RGB Variations
Color information
#9274FF (or 0x9274FF) is known color: Light Slate Blue. HEX triplet: 92, 74 and FF. RGB value is (146,116,255). Sum of RGB (Red+Green+Blue) = 146+116+255=517 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.24% from 517); Green value is 116 (45.70% from 255 or 22.44% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #9274FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9274FF is #6D8B00. Grayscale: #8C8C8C. Windows color (decimal): -7179009 or 16741522. OLE color: 16741522.
HSL color Cylindrical-coordinate representation of color #9274FF: hue angle of 252.95º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9274FF is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 116 | 255 | - |
| CMYK | 0.43 | 0.55 | 0 | 0 |
| HSL | 252.95º | 1% | 0.73% | - |
| HSV(B) | 252.95º | 0.55% | 1% | - |
| XYZ | 36.15 | 25.82 | 97.69 | - |
| YUV | 140.82 | 192.44 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 116 | 255 | 0.43 | 0.55 | 0 | 0 | 252.95 | 1 | 0.73 |
| Hex | 92 | 74 | FF | 2B | 37 | 0 | 0 | FD | 64 | 49 |
| Octal | 222 | 164 | 377 | 53 | 67 | 0 | 0 | 375 | 144 | 111 |
| Binary | 10010010 | 1110100 | 11111111 | 101011 | 110111 | 0 | 0 | 11111101 | 1100100 | 1001001 |
Color Harmonies of #9274FF
Complementary color
Monochromatic Colors of #9274FF
Black with #9274FF
Text Example
Text Example
White with #9274FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9274FF; }
p { color: rgb(146,116,255); }
H1.HeaderClassName
{
color: #9274FF;
}
.AnyTagClassName
{
color: #9274FF;
}
</style>
background-color css
<style>
a { background-color: #9274FF; }
a { background-color: rgb(146,116,255); }
div.DivClassName
{
background-color: #9274FF;
}
.BgClassName
{
background-color: #9274FF;
}
</style>
border-color css
<style>
span { border-color: #9274FF; }
span { border-color: rgb(146,116,255); }
td.TdClassName
{
border-color: #9274FF;
}
.TagClassName
{
border-color: #9274FF;
}
</style>