Shades of Medium Slate Blue #7581EE
Tints of Medium Slate Blue #7581EE
RGB
CMYK
RGB Variations
Color information
#7581EE (or 0x7581EE) is known color: Medium Slate Blue. HEX triplet: 75, 81 and EE. RGB value is (117,129,238). Sum of RGB (Red+Green+Blue) = 117+129+238=484 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.17% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #7581EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7581EE is #8A7E11. Grayscale: #898989. Windows color (decimal): -9076242 or 15630709. OLE color: 15630709.
HSL color Cylindrical-coordinate representation of color #7581EE: hue angle of 234.05º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7581EE is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 129 | 238 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.07 |
| HSL | 234.05º | 0.78% | 0.7% | - |
| HSV(B) | 234.05º | 0.51% | 0.93% | - |
| XYZ | 30.62 | 25.66 | 84.23 | - |
| YUV | 137.84 | 184.52 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 129 | 238 | 0.51 | 0.46 | 0 | 0.07 | 234.05 | 0.78 | 0.7 |
| Hex | 75 | 81 | EE | 33 | 2E | 0 | 7 | EA | 4E | 46 |
| Octal | 165 | 201 | 356 | 63 | 56 | 0 | 7 | 352 | 116 | 106 |
| Binary | 1110101 | 10000001 | 11101110 | 110011 | 101110 | 0 | 111 | 11101010 | 1001110 | 1000110 |
Color Harmonies of #7581EE
Complementary color
Monochromatic Colors of #7581EE
Black with #7581EE
Text Example
Text Example
White with #7581EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7581EE; }
p { color: rgb(117,129,238); }
H1.HeaderClassName
{
color: #7581EE;
}
.AnyTagClassName
{
color: #7581EE;
}
</style>
background-color css
<style>
a { background-color: #7581EE; }
a { background-color: rgb(117,129,238); }
div.DivClassName
{
background-color: #7581EE;
}
.BgClassName
{
background-color: #7581EE;
}
</style>
border-color css
<style>
span { border-color: #7581EE; }
span { border-color: rgb(117,129,238); }
td.TdClassName
{
border-color: #7581EE;
}
.TagClassName
{
border-color: #7581EE;
}
</style>