Shades of Light Slate Blue #9092FF
Tints of Light Slate Blue #9092FF
RGB
CMYK
RGB Variations
Color information
#9092FF (or 0x9092FF) is known color: Light Slate Blue. HEX triplet: 90, 92 and FF. RGB value is (144,146,255). Sum of RGB (Red+Green+Blue) = 144+146+255=545 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.42% from 545); Green value is 146 (57.42% from 255 or 26.79% 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 #9092FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9092FF is #6F6D00. Grayscale: #9D9D9D. Windows color (decimal): -7302401 or 16749200. OLE color: 16749200.
HSL color Cylindrical-coordinate representation of color #9092FF: hue angle of 238.92º 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 #9092FF is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 146 | 255 | - |
| CMYK | 0.44 | 0.43 | 0 | 0 |
| HSL | 238.92º | 1% | 0.78% | - |
| HSV(B) | 238.92º | 0.44% | 1% | - |
| XYZ | 39.83 | 33.71 | 99.01 | - |
| YUV | 157.83 | 182.84 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 146 | 255 | 0.44 | 0.43 | 0 | 0 | 238.92 | 1 | 0.78 |
| Hex | 90 | 92 | FF | 2C | 2B | 0 | 0 | EF | 64 | 4E |
| Octal | 220 | 222 | 377 | 54 | 53 | 0 | 0 | 357 | 144 | 116 |
| Binary | 10010000 | 10010010 | 11111111 | 101100 | 101011 | 0 | 0 | 11101111 | 1100100 | 1001110 |
Color Harmonies of #9092FF
Complementary color
Monochromatic Colors of #9092FF
Black with #9092FF
Text Example
Text Example
White with #9092FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9092FF; }
p { color: rgb(144,146,255); }
H1.HeaderClassName
{
color: #9092FF;
}
.AnyTagClassName
{
color: #9092FF;
}
</style>
background-color css
<style>
a { background-color: #9092FF; }
a { background-color: rgb(144,146,255); }
div.DivClassName
{
background-color: #9092FF;
}
.BgClassName
{
background-color: #9092FF;
}
</style>
border-color css
<style>
span { border-color: #9092FF; }
span { border-color: rgb(144,146,255); }
td.TdClassName
{
border-color: #9092FF;
}
.TagClassName
{
border-color: #9092FF;
}
</style>