Shades of Medium Slate Blue #816BDF
Tints of Medium Slate Blue #816BDF
RGB
CMYK
RGB Variations
Color information
#816BDF (or 0x816BDF) is known color: Medium Slate Blue. HEX triplet: 81, 6B and DF. RGB value is (129,107,223). Sum of RGB (Red+Green+Blue) = 129+107+223=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #816BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816BDF is #7E9420. Grayscale: #7E7E7E. Windows color (decimal): -8295457 or 14642049. OLE color: 14642049.
HSL color Cylindrical-coordinate representation of color #816BDF: hue angle of 251.38º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #816BDF is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 107 | 223 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.13 |
| HSL | 251.38º | 0.64% | 0.65% | - |
| HSV(B) | 251.38º | 0.52% | 0.87% | - |
| XYZ | 27.63 | 20.51 | 72.31 | - |
| YUV | 126.8 | 182.29 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 107 | 223 | 0.42 | 0.52 | 0 | 0.13 | 251.38 | 0.64 | 0.65 |
| Hex | 81 | 6B | DF | 2A | 34 | 0 | D | FB | 40 | 41 |
| Octal | 201 | 153 | 337 | 52 | 64 | 0 | 15 | 373 | 100 | 101 |
| Binary | 10000001 | 1101011 | 11011111 | 101010 | 110100 | 0 | 1101 | 11111011 | 1000000 | 1000001 |
Color Harmonies of #816BDF
Complementary color
Monochromatic Colors of #816BDF
Black with #816BDF
Text Example
Text Example
White with #816BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816BDF; }
p { color: rgb(129,107,223); }
H1.HeaderClassName
{
color: #816BDF;
}
.AnyTagClassName
{
color: #816BDF;
}
</style>
background-color css
<style>
a { background-color: #816BDF; }
a { background-color: rgb(129,107,223); }
div.DivClassName
{
background-color: #816BDF;
}
.BgClassName
{
background-color: #816BDF;
}
</style>
border-color css
<style>
span { border-color: #816BDF; }
span { border-color: rgb(129,107,223); }
td.TdClassName
{
border-color: #816BDF;
}
.TagClassName
{
border-color: #816BDF;
}
</style>