Shades of Slate Blue #726DD1
Tints of Slate Blue #726DD1
RGB
CMYK
RGB Variations
Color information
#726DD1 (or 0x726DD1) is known color: Slate Blue. HEX triplet: 72, 6D and D1. RGB value is (114,109,209). Sum of RGB (Red+Green+Blue) = 114+109+209=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 209 (82.03% from 255 or 48.38% from 432); Max value from RGB is 209 - color contains mainly: blue. Hex color #726DD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726DD1 is #8D922E. Grayscale: #797979. Windows color (decimal): -9277999 or 13725042. OLE color: 13725042.
HSL color Cylindrical-coordinate representation of color #726DD1: hue angle of 243º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #726DD1 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 109 | 209 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.18 |
| HSL | 243º | 0.52% | 0.62% | - |
| HSV(B) | 243º | 0.48% | 0.82% | - |
| XYZ | 23.92 | 19.12 | 62.75 | - |
| YUV | 121.9 | 177.16 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 209 | 0.45 | 0.48 | 0 | 0.18 | 243 | 0.52 | 0.62 |
| Hex | 72 | 6D | D1 | 2D | 30 | 0 | 12 | F3 | 34 | 3E |
| Octal | 162 | 155 | 321 | 55 | 60 | 0 | 22 | 363 | 64 | 76 |
| Binary | 1110010 | 1101101 | 11010001 | 101101 | 110000 | 0 | 10010 | 11110011 | 110100 | 111110 |
Color Harmonies of #726DD1
Complementary color
Monochromatic Colors of #726DD1
Black with #726DD1
Text Example
Text Example
White with #726DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726DD1; }
p { color: rgb(114,109,209); }
H1.HeaderClassName
{
color: #726DD1;
}
.AnyTagClassName
{
color: #726DD1;
}
</style>
background-color css
<style>
a { background-color: #726DD1; }
a { background-color: rgb(114,109,209); }
div.DivClassName
{
background-color: #726DD1;
}
.BgClassName
{
background-color: #726DD1;
}
</style>
border-color css
<style>
span { border-color: #726DD1; }
span { border-color: rgb(114,109,209); }
td.TdClassName
{
border-color: #726DD1;
}
.TagClassName
{
border-color: #726DD1;
}
</style>