Shades of Slate Blue #726ED4
Tints of Slate Blue #726ED4
RGB
CMYK
RGB Variations
Color information
#726ED4 (or 0x726ED4) is known color: Slate Blue. HEX triplet: 72, 6E and D4. RGB value is (114,110,212). Sum of RGB (Red+Green+Blue) = 114+110+212=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 212 (83.20% from 255 or 48.62% from 436); Max value from RGB is 212 - color contains mainly: blue. Hex color #726ED4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726ED4 is #8D912B. Grayscale: #7A7A7A. Windows color (decimal): -9277740 or 13921906. OLE color: 13921906.
HSL color Cylindrical-coordinate representation of color #726ED4: hue angle of 242.35º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #726ED4 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 114 | 110 | 212 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.17 |
| HSL | 242.35º | 0.54% | 0.63% | - |
| HSV(B) | 242.35º | 0.48% | 0.83% | - |
| XYZ | 24.4 | 19.48 | 64.76 | - |
| YUV | 122.82 | 178.33 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 212 | 0.46 | 0.48 | 0 | 0.17 | 242.35 | 0.54 | 0.63 |
| Hex | 72 | 6E | D4 | 2E | 30 | 0 | 11 | F2 | 36 | 3F |
| Octal | 162 | 156 | 324 | 56 | 60 | 0 | 21 | 362 | 66 | 77 |
| Binary | 1110010 | 1101110 | 11010100 | 101110 | 110000 | 0 | 10001 | 11110010 | 110110 | 111111 |
Color Harmonies of #726ED4
Complementary color
Monochromatic Colors of #726ED4
Black with #726ED4
Text Example
Text Example
White with #726ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726ED4; }
p { color: rgb(114,110,212); }
H1.HeaderClassName
{
color: #726ED4;
}
.AnyTagClassName
{
color: #726ED4;
}
</style>
background-color css
<style>
a { background-color: #726ED4; }
a { background-color: rgb(114,110,212); }
div.DivClassName
{
background-color: #726ED4;
}
.BgClassName
{
background-color: #726ED4;
}
</style>
border-color css
<style>
span { border-color: #726ED4; }
span { border-color: rgb(114,110,212); }
td.TdClassName
{
border-color: #726ED4;
}
.TagClassName
{
border-color: #726ED4;
}
</style>