Shades of Light Slate Blue #9081EE
Tints of Light Slate Blue #9081EE
RGB
CMYK
RGB Variations
Color information
#9081EE (or 0x9081EE) is known color: Light Slate Blue. HEX triplet: 90, 81 and EE. RGB value is (144,129,238). Sum of RGB (Red+Green+Blue) = 144+129+238=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #9081EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9081EE is #6F7E11. Grayscale: #919191. Windows color (decimal): -7306770 or 15630736. OLE color: 15630736.
HSL color Cylindrical-coordinate representation of color #9081EE: hue angle of 248.26º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9081EE is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 129 | 238 | - |
| CMYK | 0.39 | 0.46 | 0 | 0.07 |
| HSL | 248.26º | 0.76% | 0.72% | - |
| HSV(B) | 248.26º | 0.46% | 0.93% | - |
| XYZ | 34.78 | 27.8 | 84.42 | - |
| YUV | 145.91 | 179.97 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 129 | 238 | 0.39 | 0.46 | 0 | 0.07 | 248.26 | 0.76 | 0.72 |
| Hex | 90 | 81 | EE | 27 | 2E | 0 | 7 | F8 | 4C | 48 |
| Octal | 220 | 201 | 356 | 47 | 56 | 0 | 7 | 370 | 114 | 110 |
| Binary | 10010000 | 10000001 | 11101110 | 100111 | 101110 | 0 | 111 | 11111000 | 1001100 | 1001000 |
Color Harmonies of #9081EE
Complementary color
Monochromatic Colors of #9081EE
Black with #9081EE
Text Example
Text Example
White with #9081EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9081EE; }
p { color: rgb(144,129,238); }
H1.HeaderClassName
{
color: #9081EE;
}
.AnyTagClassName
{
color: #9081EE;
}
</style>
background-color css
<style>
a { background-color: #9081EE; }
a { background-color: rgb(144,129,238); }
div.DivClassName
{
background-color: #9081EE;
}
.BgClassName
{
background-color: #9081EE;
}
</style>
border-color css
<style>
span { border-color: #9081EE; }
span { border-color: rgb(144,129,238); }
td.TdClassName
{
border-color: #9081EE;
}
.TagClassName
{
border-color: #9081EE;
}
</style>