Shades of Light Slate Blue #9083FE
Tints of Light Slate Blue #9083FE
RGB
CMYK
RGB Variations
Color information
#9083FE (or 0x9083FE) is known color: Light Slate Blue. HEX triplet: 90, 83 and FE. RGB value is (144,131,254). Sum of RGB (Red+Green+Blue) = 144+131+254=529 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.22% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #9083FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9083FE is #6F7C01. Grayscale: #949494. Windows color (decimal): -7306242 or 16679824. OLE color: 16679824.
HSL color Cylindrical-coordinate representation of color #9083FE: hue angle of 246.34º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9083FE is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 131 | 254 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.00 |
| HSL | 246.34º | 0.98% | 0.75% | - |
| HSV(B) | 246.34º | 0.48% | 1% | - |
| XYZ | 37.51 | 29.32 | 97.45 | - |
| YUV | 148.91 | 187.31 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 131 | 254 | 0.43 | 0.48 | 0 | 0.00 | 246.34 | 0.98 | 0.75 |
| Hex | 90 | 83 | FE | 2B | 30 | 0 | 0 | F6 | 62 | 4B |
| Octal | 220 | 203 | 376 | 53 | 60 | 0 | 0 | 366 | 142 | 113 |
| Binary | 10010000 | 10000011 | 11111110 | 101011 | 110000 | 0 | 0 | 11110110 | 1100010 | 1001011 |
Color Harmonies of #9083FE
Complementary color
Monochromatic Colors of #9083FE
Black with #9083FE
Text Example
Text Example
White with #9083FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9083FE; }
p { color: rgb(144,131,254); }
H1.HeaderClassName
{
color: #9083FE;
}
.AnyTagClassName
{
color: #9083FE;
}
</style>
background-color css
<style>
a { background-color: #9083FE; }
a { background-color: rgb(144,131,254); }
div.DivClassName
{
background-color: #9083FE;
}
.BgClassName
{
background-color: #9083FE;
}
</style>
border-color css
<style>
span { border-color: #9083FE; }
span { border-color: rgb(144,131,254); }
td.TdClassName
{
border-color: #9083FE;
}
.TagClassName
{
border-color: #9083FE;
}
</style>