Shades of Light Slate Blue #9292FB
Tints of Light Slate Blue #9292FB
RGB
CMYK
RGB Variations
Color information
#9292FB (or 0x9292FB) is known color: Light Slate Blue. HEX triplet: 92, 92 and FB. RGB value is (146,146,251). Sum of RGB (Red+Green+Blue) = 146+146+251=543 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.89% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #9292FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9292FB is #6D6D04. Grayscale: #9D9D9D. Windows color (decimal): -7171333 or 16487058. OLE color: 16487058.
HSL color Cylindrical-coordinate representation of color #9292FB: hue angle of 240º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9292FB is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 146 | 251 | - |
| CMYK | 0.42 | 0.42 | 0 | 0.02 |
| HSL | 240º | 0.93% | 0.78% | - |
| HSV(B) | 240º | 0.42% | 0.98% | - |
| XYZ | 39.55 | 33.63 | 95.67 | - |
| YUV | 157.97 | 180.5 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 146 | 251 | 0.42 | 0.42 | 0 | 0.02 | 240 | 0.93 | 0.78 |
| Hex | 92 | 92 | FB | 2A | 2A | 0 | 2 | F0 | 5D | 4E |
| Octal | 222 | 222 | 373 | 52 | 52 | 0 | 2 | 360 | 135 | 116 |
| Binary | 10010010 | 10010010 | 11111011 | 101010 | 101010 | 0 | 10 | 11110000 | 1011101 | 1001110 |
Color Harmonies of #9292FB
Complementary color
Monochromatic Colors of #9292FB
Black with #9292FB
Text Example
Text Example
White with #9292FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9292FB; }
p { color: rgb(146,146,251); }
H1.HeaderClassName
{
color: #9292FB;
}
.AnyTagClassName
{
color: #9292FB;
}
</style>
background-color css
<style>
a { background-color: #9292FB; }
a { background-color: rgb(146,146,251); }
div.DivClassName
{
background-color: #9292FB;
}
.BgClassName
{
background-color: #9292FB;
}
</style>
border-color css
<style>
span { border-color: #9292FB; }
span { border-color: rgb(146,146,251); }
td.TdClassName
{
border-color: #9292FB;
}
.TagClassName
{
border-color: #9292FB;
}
</style>