Shades of Medium Slate Blue #8077DF
Tints of Medium Slate Blue #8077DF
RGB
CMYK
RGB Variations
Color information
#8077DF (or 0x8077DF) is known color: Medium Slate Blue. HEX triplet: 80, 77 and DF. RGB value is (128,119,223). Sum of RGB (Red+Green+Blue) = 128+119+223=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 119 (46.88% from 255 or 25.32% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #8077DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8077DF is #7F8820. Grayscale: #858585. Windows color (decimal): -8357921 or 14645120. OLE color: 14645120.
HSL color Cylindrical-coordinate representation of color #8077DF: hue angle of 245.19º 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 #8077DF is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 119 | 223 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.13 |
| HSL | 245.19º | 0.62% | 0.67% | - |
| HSV(B) | 245.19º | 0.47% | 0.87% | - |
| XYZ | 28.82 | 23.11 | 72.75 | - |
| YUV | 133.55 | 178.48 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 119 | 223 | 0.43 | 0.47 | 0 | 0.13 | 245.19 | 0.62 | 0.67 |
| Hex | 80 | 77 | DF | 2B | 2F | 0 | D | F5 | 3E | 43 |
| Octal | 200 | 167 | 337 | 53 | 57 | 0 | 15 | 365 | 76 | 103 |
| Binary | 10000000 | 1110111 | 11011111 | 101011 | 101111 | 0 | 1101 | 11110101 | 111110 | 1000011 |
Color Harmonies of #8077DF
Complementary color
Monochromatic Colors of #8077DF
Black with #8077DF
Text Example
Text Example
White with #8077DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8077DF; }
p { color: rgb(128,119,223); }
H1.HeaderClassName
{
color: #8077DF;
}
.AnyTagClassName
{
color: #8077DF;
}
</style>
background-color css
<style>
a { background-color: #8077DF; }
a { background-color: rgb(128,119,223); }
div.DivClassName
{
background-color: #8077DF;
}
.BgClassName
{
background-color: #8077DF;
}
</style>
border-color css
<style>
span { border-color: #8077DF; }
span { border-color: rgb(128,119,223); }
td.TdClassName
{
border-color: #8077DF;
}
.TagClassName
{
border-color: #8077DF;
}
</style>