Shades of Slate Blue #8051D4
Tints of Slate Blue #8051D4
RGB
CMYK
RGB Variations
Color information
#8051D4 (or 0x8051D4) is known color: Slate Blue. HEX triplet: 80, 51 and D4. RGB value is (128,81,212). Sum of RGB (Red+Green+Blue) = 128+81+212=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 212 (83.20% from 255 or 50.36% from 421); Max value from RGB is 212 - color contains mainly: blue. Hex color #8051D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8051D4 is #7FAE2B. Grayscale: #6D6D6D. Windows color (decimal): -8367660 or 13914496. OLE color: 13914496.
HSL color Cylindrical-coordinate representation of color #8051D4: hue angle of 261.53º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8051D4 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 81 | 212 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.17 |
| HSL | 261.53º | 0.6% | 0.57% | - |
| HSV(B) | 261.53º | 0.62% | 0.83% | - |
| XYZ | 23.73 | 15.23 | 63.98 | - |
| YUV | 109.99 | 185.57 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 212 | 0.40 | 0.62 | 0 | 0.17 | 261.53 | 0.6 | 0.57 |
| Hex | 80 | 51 | D4 | 28 | 3E | 0 | 11 | 106 | 3C | 39 |
| Octal | 200 | 121 | 324 | 50 | 76 | 0 | 21 | 406 | 74 | 71 |
| Binary | 10000000 | 1010001 | 11010100 | 101000 | 111110 | 0 | 10001 | 100000110 | 111100 | 111001 |
Color Harmonies of #8051D4
Complementary color
Monochromatic Colors of #8051D4
Black with #8051D4
Text Example
Text Example
White with #8051D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8051D4; }
p { color: rgb(128,81,212); }
H1.HeaderClassName
{
color: #8051D4;
}
.AnyTagClassName
{
color: #8051D4;
}
</style>
background-color css
<style>
a { background-color: #8051D4; }
a { background-color: rgb(128,81,212); }
div.DivClassName
{
background-color: #8051D4;
}
.BgClassName
{
background-color: #8051D4;
}
</style>
border-color css
<style>
span { border-color: #8051D4; }
span { border-color: rgb(128,81,212); }
td.TdClassName
{
border-color: #8051D4;
}
.TagClassName
{
border-color: #8051D4;
}
</style>