Shades of Light Slate Blue #9290FF
Tints of Light Slate Blue #9290FF
RGB
CMYK
RGB Variations
Color information
#9290FF (or 0x9290FF) is known color: Light Slate Blue. HEX triplet: 92, 90 and FF. RGB value is (146,144,255). Sum of RGB (Red+Green+Blue) = 146+144+255=545 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.79% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #9290FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9290FF is #6D6F00. Grayscale: #9C9C9C. Windows color (decimal): -7171841 or 16748690. OLE color: 16748690.
HSL color Cylindrical-coordinate representation of color #9290FF: hue angle of 241.08º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9290FF is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 144 | 255 | - |
| CMYK | 0.43 | 0.44 | 0 | 0 |
| HSL | 241.08º | 1% | 0.78% | - |
| HSV(B) | 241.08º | 0.44% | 1% | - |
| XYZ | 39.88 | 33.28 | 98.93 | - |
| YUV | 157.25 | 183.16 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 144 | 255 | 0.43 | 0.44 | 0 | 0 | 241.08 | 1 | 0.78 |
| Hex | 92 | 90 | FF | 2B | 2C | 0 | 0 | F1 | 64 | 4E |
| Octal | 222 | 220 | 377 | 53 | 54 | 0 | 0 | 361 | 144 | 116 |
| Binary | 10010010 | 10010000 | 11111111 | 101011 | 101100 | 0 | 0 | 11110001 | 1100100 | 1001110 |
Color Harmonies of #9290FF
Complementary color
Monochromatic Colors of #9290FF
Black with #9290FF
Text Example
Text Example
White with #9290FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9290FF; }
p { color: rgb(146,144,255); }
H1.HeaderClassName
{
color: #9290FF;
}
.AnyTagClassName
{
color: #9290FF;
}
</style>
background-color css
<style>
a { background-color: #9290FF; }
a { background-color: rgb(146,144,255); }
div.DivClassName
{
background-color: #9290FF;
}
.BgClassName
{
background-color: #9290FF;
}
</style>
border-color css
<style>
span { border-color: #9290FF; }
span { border-color: rgb(146,144,255); }
td.TdClassName
{
border-color: #9290FF;
}
.TagClassName
{
border-color: #9290FF;
}
</style>