Shades of Medium Slate Blue #807ADF
Tints of Medium Slate Blue #807ADF
RGB
CMYK
RGB Variations
Color information
#807ADF (or 0x807ADF) is known color: Medium Slate Blue. HEX triplet: 80, 7A and DF. RGB value is (128,122,223). Sum of RGB (Red+Green+Blue) = 128+122+223=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #807ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807ADF is #7F8520. Grayscale: #868686. Windows color (decimal): -8357153 or 14645888. OLE color: 14645888.
HSL color Cylindrical-coordinate representation of color #807ADF: hue angle of 243.56º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #807ADF is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 122 | 223 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.13 |
| HSL | 243.56º | 0.61% | 0.68% | - |
| HSV(B) | 243.56º | 0.45% | 0.87% | - |
| XYZ | 29.18 | 23.84 | 72.87 | - |
| YUV | 135.31 | 177.49 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 122 | 223 | 0.43 | 0.45 | 0 | 0.13 | 243.56 | 0.61 | 0.68 |
| Hex | 80 | 7A | DF | 2B | 2D | 0 | D | F4 | 3D | 44 |
| Octal | 200 | 172 | 337 | 53 | 55 | 0 | 15 | 364 | 75 | 104 |
| Binary | 10000000 | 1111010 | 11011111 | 101011 | 101101 | 0 | 1101 | 11110100 | 111101 | 1000100 |
Color Harmonies of #807ADF
Complementary color
Monochromatic Colors of #807ADF
Black with #807ADF
Text Example
Text Example
White with #807ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807ADF; }
p { color: rgb(128,122,223); }
H1.HeaderClassName
{
color: #807ADF;
}
.AnyTagClassName
{
color: #807ADF;
}
</style>
background-color css
<style>
a { background-color: #807ADF; }
a { background-color: rgb(128,122,223); }
div.DivClassName
{
background-color: #807ADF;
}
.BgClassName
{
background-color: #807ADF;
}
</style>
border-color css
<style>
span { border-color: #807ADF; }
span { border-color: rgb(128,122,223); }
td.TdClassName
{
border-color: #807ADF;
}
.TagClassName
{
border-color: #807ADF;
}
</style>