Shades of Medium Slate Blue #8074DF
Tints of Medium Slate Blue #8074DF
RGB
CMYK
RGB Variations
Color information
#8074DF (or 0x8074DF) is known color: Medium Slate Blue. HEX triplet: 80, 74 and DF. RGB value is (128,116,223). Sum of RGB (Red+Green+Blue) = 128+116+223=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #8074DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8074DF is #7F8B20. Grayscale: #838383. Windows color (decimal): -8358689 or 14644352. OLE color: 14644352.
HSL color Cylindrical-coordinate representation of color #8074DF: hue angle of 246.73º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8074DF is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 116 | 223 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.13 |
| HSL | 246.73º | 0.63% | 0.66% | - |
| HSV(B) | 246.73º | 0.48% | 0.87% | - |
| XYZ | 28.47 | 22.41 | 72.64 | - |
| YUV | 131.79 | 179.48 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 116 | 223 | 0.43 | 0.48 | 0 | 0.13 | 246.73 | 0.63 | 0.66 |
| Hex | 80 | 74 | DF | 2B | 30 | 0 | D | F7 | 3F | 42 |
| Octal | 200 | 164 | 337 | 53 | 60 | 0 | 15 | 367 | 77 | 102 |
| Binary | 10000000 | 1110100 | 11011111 | 101011 | 110000 | 0 | 1101 | 11110111 | 111111 | 1000010 |
Color Harmonies of #8074DF
Complementary color
Monochromatic Colors of #8074DF
Black with #8074DF
Text Example
Text Example
White with #8074DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8074DF; }
p { color: rgb(128,116,223); }
H1.HeaderClassName
{
color: #8074DF;
}
.AnyTagClassName
{
color: #8074DF;
}
</style>
background-color css
<style>
a { background-color: #8074DF; }
a { background-color: rgb(128,116,223); }
div.DivClassName
{
background-color: #8074DF;
}
.BgClassName
{
background-color: #8074DF;
}
</style>
border-color css
<style>
span { border-color: #8074DF; }
span { border-color: rgb(128,116,223); }
td.TdClassName
{
border-color: #8074DF;
}
.TagClassName
{
border-color: #8074DF;
}
</style>