Shades of Light Slate Blue #9072FF
Tints of Light Slate Blue #9072FF
RGB
CMYK
RGB Variations
Color information
#9072FF (or 0x9072FF) is known color: Light Slate Blue. HEX triplet: 90, 72 and FF. RGB value is (144,114,255). Sum of RGB (Red+Green+Blue) = 144+114+255=513 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.07% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #9072FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9072FF is #6F8D00. Grayscale: #8A8A8A. Windows color (decimal): -7310593 or 16741008. OLE color: 16741008.
HSL color Cylindrical-coordinate representation of color #9072FF: hue angle of 252.77º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9072FF is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 114 | 255 | - |
| CMYK | 0.44 | 0.55 | 0 | 0 |
| HSL | 252.77º | 1% | 0.72% | - |
| HSV(B) | 252.77º | 0.55% | 1% | - |
| XYZ | 35.57 | 25.18 | 97.59 | - |
| YUV | 139.04 | 193.44 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 114 | 255 | 0.44 | 0.55 | 0 | 0 | 252.77 | 1 | 0.72 |
| Hex | 90 | 72 | FF | 2C | 37 | 0 | 0 | FD | 64 | 48 |
| Octal | 220 | 162 | 377 | 54 | 67 | 0 | 0 | 375 | 144 | 110 |
| Binary | 10010000 | 1110010 | 11111111 | 101100 | 110111 | 0 | 0 | 11111101 | 1100100 | 1001000 |
Color Harmonies of #9072FF
Complementary color
Monochromatic Colors of #9072FF
Black with #9072FF
Text Example
Text Example
White with #9072FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9072FF; }
p { color: rgb(144,114,255); }
H1.HeaderClassName
{
color: #9072FF;
}
.AnyTagClassName
{
color: #9072FF;
}
</style>
background-color css
<style>
a { background-color: #9072FF; }
a { background-color: rgb(144,114,255); }
div.DivClassName
{
background-color: #9072FF;
}
.BgClassName
{
background-color: #9072FF;
}
</style>
border-color css
<style>
span { border-color: #9072FF; }
span { border-color: rgb(144,114,255); }
td.TdClassName
{
border-color: #9072FF;
}
.TagClassName
{
border-color: #9072FF;
}
</style>