Shades of Light Slate Blue #9282F4
Tints of Light Slate Blue #9282F4
RGB
CMYK
RGB Variations
Color information
#9282F4 (or 0x9282F4) is known color: Light Slate Blue. HEX triplet: 92, 82 and F4. RGB value is (146,130,244). Sum of RGB (Red+Green+Blue) = 146+130+244=520 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.08% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 244 (95.70% from 255 or 46.92% from 520); Max value from RGB is 244 - color contains mainly: blue. Hex color #9282F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9282F4 is #6D7D0B. Grayscale: #939393. Windows color (decimal): -7175436 or 16024210. OLE color: 16024210.
HSL color Cylindrical-coordinate representation of color #9282F4: hue angle of 248.42º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9282F4 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 130 | 244 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.04 |
| HSL | 248.42º | 0.84% | 0.73% | - |
| HSV(B) | 248.42º | 0.47% | 0.96% | - |
| XYZ | 36.17 | 28.61 | 89.2 | - |
| YUV | 147.78 | 182.3 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 244 | 0.40 | 0.47 | 0 | 0.04 | 248.42 | 0.84 | 0.73 |
| Hex | 92 | 82 | F4 | 28 | 2F | 0 | 4 | F8 | 54 | 49 |
| Octal | 222 | 202 | 364 | 50 | 57 | 0 | 4 | 370 | 124 | 111 |
| Binary | 10010010 | 10000010 | 11110100 | 101000 | 101111 | 0 | 100 | 11111000 | 1010100 | 1001001 |
Color Harmonies of #9282F4
Complementary color
Monochromatic Colors of #9282F4
Black with #9282F4
Text Example
Text Example
White with #9282F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9282F4; }
p { color: rgb(146,130,244); }
H1.HeaderClassName
{
color: #9282F4;
}
.AnyTagClassName
{
color: #9282F4;
}
</style>
background-color css
<style>
a { background-color: #9282F4; }
a { background-color: rgb(146,130,244); }
div.DivClassName
{
background-color: #9282F4;
}
.BgClassName
{
background-color: #9282F4;
}
</style>
border-color css
<style>
span { border-color: #9282F4; }
span { border-color: rgb(146,130,244); }
td.TdClassName
{
border-color: #9282F4;
}
.TagClassName
{
border-color: #9282F4;
}
</style>