Shades of Light Slate Blue #9280F7
Tints of Light Slate Blue #9280F7
RGB
CMYK
RGB Variations
Color information
#9280F7 (or 0x9280F7) is known color: Light Slate Blue. HEX triplet: 92, 80 and F7. RGB value is (146,128,247). Sum of RGB (Red+Green+Blue) = 146+128+247=521 (69% of max value = 765). Red value is 146 (57.42% from 255 or 28.02% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 247 (96.88% from 255 or 47.41% from 521); Max value from RGB is 247 - color contains mainly: blue. Hex color #9280F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9280F7 is #6D7F08. Grayscale: #929292. Windows color (decimal): -7175945 or 16220306. OLE color: 16220306.
HSL color Cylindrical-coordinate representation of color #9280F7: hue angle of 249.08º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9280F7 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 146 | 128 | 247 | - |
| CMYK | 0.41 | 0.48 | 0 | 0.03 |
| HSL | 249.08º | 0.88% | 0.74% | - |
| HSV(B) | 249.08º | 0.48% | 0.97% | - |
| XYZ | 36.36 | 28.26 | 91.53 | - |
| YUV | 146.95 | 184.46 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 128 | 247 | 0.41 | 0.48 | 0 | 0.03 | 249.08 | 0.88 | 0.74 |
| Hex | 92 | 80 | F7 | 29 | 30 | 0 | 3 | F9 | 58 | 4A |
| Octal | 222 | 200 | 367 | 51 | 60 | 0 | 3 | 371 | 130 | 112 |
| Binary | 10010010 | 10000000 | 11110111 | 101001 | 110000 | 0 | 11 | 11111001 | 1011000 | 1001010 |
Color Harmonies of #9280F7
Complementary color
Monochromatic Colors of #9280F7
Black with #9280F7
Text Example
Text Example
White with #9280F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9280F7; }
p { color: rgb(146,128,247); }
H1.HeaderClassName
{
color: #9280F7;
}
.AnyTagClassName
{
color: #9280F7;
}
</style>
background-color css
<style>
a { background-color: #9280F7; }
a { background-color: rgb(146,128,247); }
div.DivClassName
{
background-color: #9280F7;
}
.BgClassName
{
background-color: #9280F7;
}
</style>
border-color css
<style>
span { border-color: #9280F7; }
span { border-color: rgb(146,128,247); }
td.TdClassName
{
border-color: #9280F7;
}
.TagClassName
{
border-color: #9280F7;
}
</style>