Shades of Medium Slate Blue #8075DF
Tints of Medium Slate Blue #8075DF
RGB
CMYK
RGB Variations
Color information
#8075DF (or 0x8075DF) is known color: Medium Slate Blue. HEX triplet: 80, 75 and DF. RGB value is (128,117,223). Sum of RGB (Red+Green+Blue) = 128+117+223=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #8075DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8075DF is #7F8A20. Grayscale: #838383. Windows color (decimal): -8358433 or 14644608. OLE color: 14644608.
HSL color Cylindrical-coordinate representation of color #8075DF: hue angle of 246.23º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8075DF is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 117 | 223 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.13 |
| HSL | 246.23º | 0.62% | 0.67% | - |
| HSV(B) | 246.23º | 0.48% | 0.87% | - |
| XYZ | 28.58 | 22.64 | 72.68 | - |
| YUV | 132.37 | 179.14 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 117 | 223 | 0.43 | 0.48 | 0 | 0.13 | 246.23 | 0.62 | 0.67 |
| Hex | 80 | 75 | DF | 2B | 30 | 0 | D | F6 | 3E | 43 |
| Octal | 200 | 165 | 337 | 53 | 60 | 0 | 15 | 366 | 76 | 103 |
| Binary | 10000000 | 1110101 | 11011111 | 101011 | 110000 | 0 | 1101 | 11110110 | 111110 | 1000011 |
Color Harmonies of #8075DF
Complementary color
Monochromatic Colors of #8075DF
Black with #8075DF
Text Example
Text Example
White with #8075DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8075DF; }
p { color: rgb(128,117,223); }
H1.HeaderClassName
{
color: #8075DF;
}
.AnyTagClassName
{
color: #8075DF;
}
</style>
background-color css
<style>
a { background-color: #8075DF; }
a { background-color: rgb(128,117,223); }
div.DivClassName
{
background-color: #8075DF;
}
.BgClassName
{
background-color: #8075DF;
}
</style>
border-color css
<style>
span { border-color: #8075DF; }
span { border-color: rgb(128,117,223); }
td.TdClassName
{
border-color: #8075DF;
}
.TagClassName
{
border-color: #8075DF;
}
</style>