Shades of Light Slate Blue #9075FE
Tints of Light Slate Blue #9075FE
RGB
CMYK
RGB Variations
Color information
#9075FE (or 0x9075FE) is known color: Light Slate Blue. HEX triplet: 90, 75 and FE. RGB value is (144,117,254). Sum of RGB (Red+Green+Blue) = 144+117+254=515 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.96% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #9075FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9075FE is #6F8A01. Grayscale: #8C8C8C. Windows color (decimal): -7309826 or 16676240. OLE color: 16676240.
HSL color Cylindrical-coordinate representation of color #9075FE: hue angle of 251.82º 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 #9075FE is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 117 | 254 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.00 |
| HSL | 251.82º | 0.99% | 0.73% | - |
| HSV(B) | 251.82º | 0.54% | 1% | - |
| XYZ | 35.75 | 25.81 | 96.86 | - |
| YUV | 140.69 | 191.95 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 117 | 254 | 0.43 | 0.54 | 0 | 0.00 | 251.82 | 0.99 | 0.73 |
| Hex | 90 | 75 | FE | 2B | 36 | 0 | 0 | FC | 63 | 49 |
| Octal | 220 | 165 | 376 | 53 | 66 | 0 | 0 | 374 | 143 | 111 |
| Binary | 10010000 | 1110101 | 11111110 | 101011 | 110110 | 0 | 0 | 11111100 | 1100011 | 1001001 |
Color Harmonies of #9075FE
Complementary color
Monochromatic Colors of #9075FE
Black with #9075FE
Text Example
Text Example
White with #9075FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9075FE; }
p { color: rgb(144,117,254); }
H1.HeaderClassName
{
color: #9075FE;
}
.AnyTagClassName
{
color: #9075FE;
}
</style>
background-color css
<style>
a { background-color: #9075FE; }
a { background-color: rgb(144,117,254); }
div.DivClassName
{
background-color: #9075FE;
}
.BgClassName
{
background-color: #9075FE;
}
</style>
border-color css
<style>
span { border-color: #9075FE; }
span { border-color: rgb(144,117,254); }
td.TdClassName
{
border-color: #9075FE;
}
.TagClassName
{
border-color: #9075FE;
}
</style>