Shades of Slate Blue #726AD5
Tints of Slate Blue #726AD5
RGB
CMYK
RGB Variations
Color information
#726AD5 (or 0x726AD5) is known color: Slate Blue. HEX triplet: 72, 6A and D5. RGB value is (114,106,213). Sum of RGB (Red+Green+Blue) = 114+106+213=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 213 (83.59% from 255 or 49.19% from 433); Max value from RGB is 213 - color contains mainly: blue. Hex color #726AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726AD5 is #8D952A. Grayscale: #787878. Windows color (decimal): -9278763 or 13986418. OLE color: 13986418.
HSL color Cylindrical-coordinate representation of color #726AD5: hue angle of 244.49º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #726AD5 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 114 | 106 | 213 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.16 |
| HSL | 244.49º | 0.56% | 0.63% | - |
| HSV(B) | 244.49º | 0.5% | 0.84% | - |
| XYZ | 24.1 | 18.69 | 65.29 | - |
| YUV | 120.59 | 180.15 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 213 | 0.46 | 0.50 | 0 | 0.16 | 244.49 | 0.56 | 0.63 |
| Hex | 72 | 6A | D5 | 2E | 32 | 0 | 10 | F4 | 38 | 3F |
| Octal | 162 | 152 | 325 | 56 | 62 | 0 | 20 | 364 | 70 | 77 |
| Binary | 1110010 | 1101010 | 11010101 | 101110 | 110010 | 0 | 10000 | 11110100 | 111000 | 111111 |
Color Harmonies of #726AD5
Complementary color
Monochromatic Colors of #726AD5
Black with #726AD5
Text Example
Text Example
White with #726AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726AD5; }
p { color: rgb(114,106,213); }
H1.HeaderClassName
{
color: #726AD5;
}
.AnyTagClassName
{
color: #726AD5;
}
</style>
background-color css
<style>
a { background-color: #726AD5; }
a { background-color: rgb(114,106,213); }
div.DivClassName
{
background-color: #726AD5;
}
.BgClassName
{
background-color: #726AD5;
}
</style>
border-color css
<style>
span { border-color: #726AD5; }
span { border-color: rgb(114,106,213); }
td.TdClassName
{
border-color: #726AD5;
}
.TagClassName
{
border-color: #726AD5;
}
</style>