Shades of Medium Slate Blue #8177DF
Tints of Medium Slate Blue #8177DF
RGB
CMYK
RGB Variations
Color information
#8177DF (or 0x8177DF) is known color: Medium Slate Blue. HEX triplet: 81, 77 and DF. RGB value is (129,119,223). Sum of RGB (Red+Green+Blue) = 129+119+223=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #8177DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8177DF is #7E8820. Grayscale: #858585. Windows color (decimal): -8292385 or 14645121. OLE color: 14645121.
HSL color Cylindrical-coordinate representation of color #8177DF: hue angle of 245.77º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8177DF is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 119 | 223 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.13 |
| HSL | 245.77º | 0.62% | 0.67% | - |
| HSV(B) | 245.77º | 0.47% | 0.87% | - |
| XYZ | 28.97 | 23.19 | 72.76 | - |
| YUV | 133.85 | 178.31 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 119 | 223 | 0.42 | 0.47 | 0 | 0.13 | 245.77 | 0.62 | 0.67 |
| Hex | 81 | 77 | DF | 2A | 2F | 0 | D | F6 | 3E | 43 |
| Octal | 201 | 167 | 337 | 52 | 57 | 0 | 15 | 366 | 76 | 103 |
| Binary | 10000001 | 1110111 | 11011111 | 101010 | 101111 | 0 | 1101 | 11110110 | 111110 | 1000011 |
Color Harmonies of #8177DF
Complementary color
Monochromatic Colors of #8177DF
Black with #8177DF
Text Example
Text Example
White with #8177DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8177DF; }
p { color: rgb(129,119,223); }
H1.HeaderClassName
{
color: #8177DF;
}
.AnyTagClassName
{
color: #8177DF;
}
</style>
background-color css
<style>
a { background-color: #8177DF; }
a { background-color: rgb(129,119,223); }
div.DivClassName
{
background-color: #8177DF;
}
.BgClassName
{
background-color: #8177DF;
}
</style>
border-color css
<style>
span { border-color: #8177DF; }
span { border-color: rgb(129,119,223); }
td.TdClassName
{
border-color: #8177DF;
}
.TagClassName
{
border-color: #8177DF;
}
</style>