Shades of Light Slate Blue #9084FF
Tints of Light Slate Blue #9084FF
RGB
CMYK
RGB Variations
Color information
#9084FF (or 0x9084FF) is known color: Light Slate Blue. HEX triplet: 90, 84 and FF. RGB value is (144,132,255). Sum of RGB (Red+Green+Blue) = 144+132+255=531 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.12% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #9084FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9084FF is #6F7B00. Grayscale: #959595. Windows color (decimal): -7305985 or 16745616. OLE color: 16745616.
HSL color Cylindrical-coordinate representation of color #9084FF: hue angle of 245.85º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9084FF is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 132 | 255 | - |
| CMYK | 0.44 | 0.48 | 0 | 0 |
| HSL | 245.85º | 1% | 0.76% | - |
| HSV(B) | 245.85º | 0.48% | 1% | - |
| XYZ | 37.8 | 29.65 | 98.34 | - |
| YUV | 149.61 | 187.48 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 255 | 0.44 | 0.48 | 0 | 0 | 245.85 | 1 | 0.76 |
| Hex | 90 | 84 | FF | 2C | 30 | 0 | 0 | F6 | 64 | 4C |
| Octal | 220 | 204 | 377 | 54 | 60 | 0 | 0 | 366 | 144 | 114 |
| Binary | 10010000 | 10000100 | 11111111 | 101100 | 110000 | 0 | 0 | 11110110 | 1100100 | 1001100 |
Color Harmonies of #9084FF
Complementary color
Monochromatic Colors of #9084FF
Black with #9084FF
Text Example
Text Example
White with #9084FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9084FF; }
p { color: rgb(144,132,255); }
H1.HeaderClassName
{
color: #9084FF;
}
.AnyTagClassName
{
color: #9084FF;
}
</style>
background-color css
<style>
a { background-color: #9084FF; }
a { background-color: rgb(144,132,255); }
div.DivClassName
{
background-color: #9084FF;
}
.BgClassName
{
background-color: #9084FF;
}
</style>
border-color css
<style>
span { border-color: #9084FF; }
span { border-color: rgb(144,132,255); }
td.TdClassName
{
border-color: #9084FF;
}
.TagClassName
{
border-color: #9084FF;
}
</style>