Shades of Slate Blue #805DD5
Tints of Slate Blue #805DD5
RGB
CMYK
RGB Variations
Color information
#805DD5 (or 0x805DD5) is known color: Slate Blue. HEX triplet: 80, 5D and D5. RGB value is (128,93,213). Sum of RGB (Red+Green+Blue) = 128+93+213=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 213 (83.59% from 255 or 49.08% from 434); Max value from RGB is 213 - color contains mainly: blue. Hex color #805DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805DD5 is #7FA22A. Grayscale: #747474. Windows color (decimal): -8364587 or 13983104. OLE color: 13983104.
HSL color Cylindrical-coordinate representation of color #805DD5: hue angle of 257.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #805DD5 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 93 | 213 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.16 |
| HSL | 257.5º | 0.59% | 0.6% | - |
| HSV(B) | 257.5º | 0.56% | 0.84% | - |
| XYZ | 24.83 | 17.22 | 64.97 | - |
| YUV | 117.15 | 182.1 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 213 | 0.40 | 0.56 | 0 | 0.16 | 257.5 | 0.59 | 0.6 |
| Hex | 80 | 5D | D5 | 28 | 38 | 0 | 10 | 102 | 3B | 3C |
| Octal | 200 | 135 | 325 | 50 | 70 | 0 | 20 | 402 | 73 | 74 |
| Binary | 10000000 | 1011101 | 11010101 | 101000 | 111000 | 0 | 10000 | 100000010 | 111011 | 111100 |
Color Harmonies of #805DD5
Complementary color
Monochromatic Colors of #805DD5
Black with #805DD5
Text Example
Text Example
White with #805DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805DD5; }
p { color: rgb(128,93,213); }
H1.HeaderClassName
{
color: #805DD5;
}
.AnyTagClassName
{
color: #805DD5;
}
</style>
background-color css
<style>
a { background-color: #805DD5; }
a { background-color: rgb(128,93,213); }
div.DivClassName
{
background-color: #805DD5;
}
.BgClassName
{
background-color: #805DD5;
}
</style>
border-color css
<style>
span { border-color: #805DD5; }
span { border-color: rgb(128,93,213); }
td.TdClassName
{
border-color: #805DD5;
}
.TagClassName
{
border-color: #805DD5;
}
</style>