Shades of Slate Blue #8151DC
Tints of Slate Blue #8151DC
RGB
CMYK
RGB Variations
Color information
#8151DC (or 0x8151DC) is known color: Slate Blue. HEX triplet: 81, 51 and DC. RGB value is (129,81,220). Sum of RGB (Red+Green+Blue) = 129+81+220=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #8151DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8151DC is #7EAE23. Grayscale: #6E6E6E. Windows color (decimal): -8302116 or 14438785. OLE color: 14438785.
HSL color Cylindrical-coordinate representation of color #8151DC: hue angle of 260.72º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8151DC is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 81 | 220 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.14 |
| HSL | 260.72º | 0.67% | 0.59% | - |
| HSV(B) | 260.72º | 0.63% | 0.86% | - |
| XYZ | 24.91 | 15.72 | 69.43 | - |
| YUV | 111.2 | 189.4 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 81 | 220 | 0.41 | 0.63 | 0 | 0.14 | 260.72 | 0.67 | 0.59 |
| Hex | 81 | 51 | DC | 29 | 3F | 0 | E | 105 | 43 | 3B |
| Octal | 201 | 121 | 334 | 51 | 77 | 0 | 16 | 405 | 103 | 73 |
| Binary | 10000001 | 1010001 | 11011100 | 101001 | 111111 | 0 | 1110 | 100000101 | 1000011 | 111011 |
Color Harmonies of #8151DC
Complementary color
Monochromatic Colors of #8151DC
Black with #8151DC
Text Example
Text Example
White with #8151DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8151DC; }
p { color: rgb(129,81,220); }
H1.HeaderClassName
{
color: #8151DC;
}
.AnyTagClassName
{
color: #8151DC;
}
</style>
background-color css
<style>
a { background-color: #8151DC; }
a { background-color: rgb(129,81,220); }
div.DivClassName
{
background-color: #8151DC;
}
.BgClassName
{
background-color: #8151DC;
}
</style>
border-color css
<style>
span { border-color: #8151DC; }
span { border-color: rgb(129,81,220); }
td.TdClassName
{
border-color: #8151DC;
}
.TagClassName
{
border-color: #8151DC;
}
</style>