Shades of Light Slate Blue #9076FE
Tints of Light Slate Blue #9076FE
RGB
CMYK
RGB Variations
Color information
#9076FE (or 0x9076FE) is known color: Light Slate Blue. HEX triplet: 90, 76 and FE. RGB value is (144,118,254). Sum of RGB (Red+Green+Blue) = 144+118+254=516 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.91% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #9076FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9076FE is #6F8901. Grayscale: #8C8C8C. Windows color (decimal): -7309570 or 16676496. OLE color: 16676496.
HSL color Cylindrical-coordinate representation of color #9076FE: hue angle of 251.47º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9076FE is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 118 | 254 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.00 |
| HSL | 251.47º | 0.99% | 0.73% | - |
| HSV(B) | 251.47º | 0.54% | 1% | - |
| XYZ | 35.87 | 26.04 | 96.9 | - |
| YUV | 141.28 | 191.61 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 118 | 254 | 0.43 | 0.54 | 0 | 0.00 | 251.47 | 0.99 | 0.73 |
| Hex | 90 | 76 | FE | 2B | 36 | 0 | 0 | FB | 63 | 49 |
| Octal | 220 | 166 | 376 | 53 | 66 | 0 | 0 | 373 | 143 | 111 |
| Binary | 10010000 | 1110110 | 11111110 | 101011 | 110110 | 0 | 0 | 11111011 | 1100011 | 1001001 |
Color Harmonies of #9076FE
Complementary color
Monochromatic Colors of #9076FE
Black with #9076FE
Text Example
Text Example
White with #9076FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9076FE; }
p { color: rgb(144,118,254); }
H1.HeaderClassName
{
color: #9076FE;
}
.AnyTagClassName
{
color: #9076FE;
}
</style>
background-color css
<style>
a { background-color: #9076FE; }
a { background-color: rgb(144,118,254); }
div.DivClassName
{
background-color: #9076FE;
}
.BgClassName
{
background-color: #9076FE;
}
</style>
border-color css
<style>
span { border-color: #9076FE; }
span { border-color: rgb(144,118,254); }
td.TdClassName
{
border-color: #9076FE;
}
.TagClassName
{
border-color: #9076FE;
}
</style>