Shades of Medium Slate Blue #8174EE
Tints of Medium Slate Blue #8174EE
RGB
CMYK
RGB Variations
Color information
#8174EE (or 0x8174EE) is known color: Medium Slate Blue. HEX triplet: 81, 74 and EE. RGB value is (129,116,238). Sum of RGB (Red+Green+Blue) = 129+116+238=483 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.71% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #8174EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8174EE is #7E8B11. Grayscale: #858585. Windows color (decimal): -8293138 or 15627393. OLE color: 15627393.
HSL color Cylindrical-coordinate representation of color #8174EE: hue angle of 246.39º 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 #8174EE is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 116 | 238 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.07 |
| HSL | 246.39º | 0.78% | 0.69% | - |
| HSV(B) | 246.39º | 0.51% | 0.93% | - |
| XYZ | 30.73 | 23.33 | 83.77 | - |
| YUV | 133.8 | 186.81 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 116 | 238 | 0.46 | 0.51 | 0 | 0.07 | 246.39 | 0.78 | 0.69 |
| Hex | 81 | 74 | EE | 2E | 33 | 0 | 7 | F6 | 4E | 45 |
| Octal | 201 | 164 | 356 | 56 | 63 | 0 | 7 | 366 | 116 | 105 |
| Binary | 10000001 | 1110100 | 11101110 | 101110 | 110011 | 0 | 111 | 11110110 | 1001110 | 1000101 |
Color Harmonies of #8174EE
Complementary color
Monochromatic Colors of #8174EE
Black with #8174EE
Text Example
Text Example
White with #8174EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8174EE; }
p { color: rgb(129,116,238); }
H1.HeaderClassName
{
color: #8174EE;
}
.AnyTagClassName
{
color: #8174EE;
}
</style>
background-color css
<style>
a { background-color: #8174EE; }
a { background-color: rgb(129,116,238); }
div.DivClassName
{
background-color: #8174EE;
}
.BgClassName
{
background-color: #8174EE;
}
</style>
border-color css
<style>
span { border-color: #8174EE; }
span { border-color: rgb(129,116,238); }
td.TdClassName
{
border-color: #8174EE;
}
.TagClassName
{
border-color: #8174EE;
}
</style>