Shades of Medium Slate Blue #8074EE
Tints of Medium Slate Blue #8074EE
RGB
CMYK
RGB Variations
Color information
#8074EE (or 0x8074EE) is known color: Medium Slate Blue. HEX triplet: 80, 74 and EE. RGB value is (128,116,238). Sum of RGB (Red+Green+Blue) = 128+116+238=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #8074EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8074EE is #7F8B11. Grayscale: #858585. Windows color (decimal): -8358674 or 15627392. OLE color: 15627392.
HSL color Cylindrical-coordinate representation of color #8074EE: hue angle of 245.9º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8074EE is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 116 | 238 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.07 |
| HSL | 245.9º | 0.78% | 0.69% | - |
| HSV(B) | 245.9º | 0.51% | 0.93% | - |
| XYZ | 30.58 | 23.25 | 83.77 | - |
| YUV | 133.5 | 186.98 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 116 | 238 | 0.46 | 0.51 | 0 | 0.07 | 245.9 | 0.78 | 0.69 |
| Hex | 80 | 74 | EE | 2E | 33 | 0 | 7 | F6 | 4E | 45 |
| Octal | 200 | 164 | 356 | 56 | 63 | 0 | 7 | 366 | 116 | 105 |
| Binary | 10000000 | 1110100 | 11101110 | 101110 | 110011 | 0 | 111 | 11110110 | 1001110 | 1000101 |
Color Harmonies of #8074EE
Complementary color
Monochromatic Colors of #8074EE
Black with #8074EE
Text Example
Text Example
White with #8074EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8074EE; }
p { color: rgb(128,116,238); }
H1.HeaderClassName
{
color: #8074EE;
}
.AnyTagClassName
{
color: #8074EE;
}
</style>
background-color css
<style>
a { background-color: #8074EE; }
a { background-color: rgb(128,116,238); }
div.DivClassName
{
background-color: #8074EE;
}
.BgClassName
{
background-color: #8074EE;
}
</style>
border-color css
<style>
span { border-color: #8074EE; }
span { border-color: rgb(128,116,238); }
td.TdClassName
{
border-color: #8074EE;
}
.TagClassName
{
border-color: #8074EE;
}
</style>