Shades of Light Slate Blue #9273FE
Tints of Light Slate Blue #9273FE
RGB
CMYK
RGB Variations
Color information
#9273FE (or 0x9273FE) is known color: Light Slate Blue. HEX triplet: 92, 73 and FE. RGB value is (146,115,254). Sum of RGB (Red+Green+Blue) = 146+115+254=515 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.35% from 515); Green value is 115 (45.31% from 255 or 22.33% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #9273FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9273FE is #6D8C01. Grayscale: #8B8B8B. Windows color (decimal): -7179266 or 16675730. OLE color: 16675730.
HSL color Cylindrical-coordinate representation of color #9273FE: hue angle of 253.38º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9273FE is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 115 | 254 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.00 |
| HSL | 253.38º | 0.99% | 0.72% | - |
| HSV(B) | 253.38º | 0.55% | 1% | - |
| XYZ | 35.87 | 25.53 | 96.8 | - |
| YUV | 140.12 | 192.27 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 115 | 254 | 0.43 | 0.55 | 0 | 0.00 | 253.38 | 0.99 | 0.72 |
| Hex | 92 | 73 | FE | 2B | 37 | 0 | 0 | FD | 63 | 48 |
| Octal | 222 | 163 | 376 | 53 | 67 | 0 | 0 | 375 | 143 | 110 |
| Binary | 10010010 | 1110011 | 11111110 | 101011 | 110111 | 0 | 0 | 11111101 | 1100011 | 1001000 |
Color Harmonies of #9273FE
Complementary color
Monochromatic Colors of #9273FE
Black with #9273FE
Text Example
Text Example
White with #9273FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9273FE; }
p { color: rgb(146,115,254); }
H1.HeaderClassName
{
color: #9273FE;
}
.AnyTagClassName
{
color: #9273FE;
}
</style>
background-color css
<style>
a { background-color: #9273FE; }
a { background-color: rgb(146,115,254); }
div.DivClassName
{
background-color: #9273FE;
}
.BgClassName
{
background-color: #9273FE;
}
</style>
border-color css
<style>
span { border-color: #9273FE; }
span { border-color: rgb(146,115,254); }
td.TdClassName
{
border-color: #9273FE;
}
.TagClassName
{
border-color: #9273FE;
}
</style>