Shades of Slate Blue #8155CD
Tints of Slate Blue #8155CD
RGB
CMYK
RGB Variations
Color information
#8155CD (or 0x8155CD) is known color: Slate Blue. HEX triplet: 81, 55 and CD. RGB value is (129,85,205). Sum of RGB (Red+Green+Blue) = 129+85+205=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #8155CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8155CD is #7EAA32. Grayscale: #6F6F6F. Windows color (decimal): -8301107 or 13456769. OLE color: 13456769.
HSL color Cylindrical-coordinate representation of color #8155CD: hue angle of 262º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8155CD is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 85 | 205 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.20 |
| HSL | 262º | 0.55% | 0.57% | - |
| HSV(B) | 262º | 0.59% | 0.8% | - |
| XYZ | 23.32 | 15.57 | 59.53 | - |
| YUV | 111.84 | 180.58 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 85 | 205 | 0.37 | 0.59 | 0 | 0.20 | 262 | 0.55 | 0.57 |
| Hex | 81 | 55 | CD | 25 | 3B | 0 | 14 | 106 | 37 | 39 |
| Octal | 201 | 125 | 315 | 45 | 73 | 0 | 24 | 406 | 67 | 71 |
| Binary | 10000001 | 1010101 | 11001101 | 100101 | 111011 | 0 | 10100 | 100000110 | 110111 | 111001 |
Color Harmonies of #8155CD
Complementary color
Monochromatic Colors of #8155CD
Black with #8155CD
Text Example
Text Example
White with #8155CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8155CD; }
p { color: rgb(129,85,205); }
H1.HeaderClassName
{
color: #8155CD;
}
.AnyTagClassName
{
color: #8155CD;
}
</style>
background-color css
<style>
a { background-color: #8155CD; }
a { background-color: rgb(129,85,205); }
div.DivClassName
{
background-color: #8155CD;
}
.BgClassName
{
background-color: #8155CD;
}
</style>
border-color css
<style>
span { border-color: #8155CD; }
span { border-color: rgb(129,85,205); }
td.TdClassName
{
border-color: #8155CD;
}
.TagClassName
{
border-color: #8155CD;
}
</style>