Shades of Medium Slate Blue #8153DC
Tints of Medium Slate Blue #8153DC
RGB
CMYK
RGB Variations
Color information
#8153DC (or 0x8153DC) is known color: Medium Slate Blue. HEX triplet: 81, 53 and DC. RGB value is (129,83,220). Sum of RGB (Red+Green+Blue) = 129+83+220=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #8153DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8153DC is #7EAC23. Grayscale: #6F6F6F. Windows color (decimal): -8301604 or 14439297. OLE color: 14439297.
HSL color Cylindrical-coordinate representation of color #8153DC: hue angle of 260.15º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8153DC is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 83 | 220 | - |
| CMYK | 0.41 | 0.62 | 0 | 0.14 |
| HSL | 260.15º | 0.66% | 0.59% | - |
| HSV(B) | 260.15º | 0.62% | 0.86% | - |
| XYZ | 25.06 | 16.02 | 69.48 | - |
| YUV | 112.37 | 188.74 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 83 | 220 | 0.41 | 0.62 | 0 | 0.14 | 260.15 | 0.66 | 0.59 |
| Hex | 81 | 53 | DC | 29 | 3E | 0 | E | 104 | 42 | 3B |
| Octal | 201 | 123 | 334 | 51 | 76 | 0 | 16 | 404 | 102 | 73 |
| Binary | 10000001 | 1010011 | 11011100 | 101001 | 111110 | 0 | 1110 | 100000100 | 1000010 | 111011 |
Color Harmonies of #8153DC
Complementary color
Monochromatic Colors of #8153DC
Black with #8153DC
Text Example
Text Example
White with #8153DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8153DC; }
p { color: rgb(129,83,220); }
H1.HeaderClassName
{
color: #8153DC;
}
.AnyTagClassName
{
color: #8153DC;
}
</style>
background-color css
<style>
a { background-color: #8153DC; }
a { background-color: rgb(129,83,220); }
div.DivClassName
{
background-color: #8153DC;
}
.BgClassName
{
background-color: #8153DC;
}
</style>
border-color css
<style>
span { border-color: #8153DC; }
span { border-color: rgb(129,83,220); }
td.TdClassName
{
border-color: #8153DC;
}
.TagClassName
{
border-color: #8153DC;
}
</style>