Shades of Light Slate Blue #9072FE
Tints of Light Slate Blue #9072FE
RGB
CMYK
RGB Variations
Color information
#9072FE (or 0x9072FE) is known color: Light Slate Blue. HEX triplet: 90, 72 and FE. RGB value is (144,114,254). Sum of RGB (Red+Green+Blue) = 144+114+254=512 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.12% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #9072FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9072FE is #6F8D01. Grayscale: #8A8A8A. Windows color (decimal): -7310594 or 16675472. OLE color: 16675472.
HSL color Cylindrical-coordinate representation of color #9072FE: hue angle of 252.86º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9072FE is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 114 | 254 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.00 |
| HSL | 252.86º | 0.99% | 0.72% | - |
| HSV(B) | 252.86º | 0.55% | 1% | - |
| XYZ | 35.41 | 25.12 | 96.75 | - |
| YUV | 138.93 | 192.94 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 114 | 254 | 0.43 | 0.55 | 0 | 0.00 | 252.86 | 0.99 | 0.72 |
| Hex | 90 | 72 | FE | 2B | 37 | 0 | 0 | FD | 63 | 48 |
| Octal | 220 | 162 | 376 | 53 | 67 | 0 | 0 | 375 | 143 | 110 |
| Binary | 10010000 | 1110010 | 11111110 | 101011 | 110111 | 0 | 0 | 11111101 | 1100011 | 1001000 |
Color Harmonies of #9072FE
Complementary color
Monochromatic Colors of #9072FE
Black with #9072FE
Text Example
Text Example
White with #9072FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9072FE; }
p { color: rgb(144,114,254); }
H1.HeaderClassName
{
color: #9072FE;
}
.AnyTagClassName
{
color: #9072FE;
}
</style>
background-color css
<style>
a { background-color: #9072FE; }
a { background-color: rgb(144,114,254); }
div.DivClassName
{
background-color: #9072FE;
}
.BgClassName
{
background-color: #9072FE;
}
</style>
border-color css
<style>
span { border-color: #9072FE; }
span { border-color: rgb(144,114,254); }
td.TdClassName
{
border-color: #9072FE;
}
.TagClassName
{
border-color: #9072FE;
}
</style>