Shades of Slate Blue #726AD4
Tints of Slate Blue #726AD4
RGB
CMYK
RGB Variations
Color information
#726AD4 (or 0x726AD4) is known color: Slate Blue. HEX triplet: 72, 6A and D4. RGB value is (114,106,212). Sum of RGB (Red+Green+Blue) = 114+106+212=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 212 (83.20% from 255 or 49.07% from 432); Max value from RGB is 212 - color contains mainly: blue. Hex color #726AD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726AD4 is #8D952B. Grayscale: #787878. Windows color (decimal): -9278764 or 13920882. OLE color: 13920882.
HSL color Cylindrical-coordinate representation of color #726AD4: hue angle of 244.53º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #726AD4 is Cyan = 0.46, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 114 | 106 | 212 | - |
| CMYK | 0.46 | 0.5 | 0 | 0.17 |
| HSL | 244.53º | 0.55% | 0.62% | - |
| HSV(B) | 244.53º | 0.5% | 0.83% | - |
| XYZ | 23.98 | 18.64 | 64.62 | - |
| YUV | 120.48 | 179.65 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 212 | 0.46 | 0.5 | 0 | 0.17 | 244.53 | 0.55 | 0.62 |
| Hex | 72 | 6A | D4 | 2E | 32 | 0 | 11 | F5 | 37 | 3E |
| Octal | 162 | 152 | 324 | 56 | 62 | 0 | 21 | 365 | 67 | 76 |
| Binary | 1110010 | 1101010 | 11010100 | 101110 | 110010 | 0 | 10001 | 11110101 | 110111 | 111110 |
Color Harmonies of #726AD4
Complementary color
Monochromatic Colors of #726AD4
Black with #726AD4
Text Example
Text Example
White with #726AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726AD4; }
p { color: rgb(114,106,212); }
H1.HeaderClassName
{
color: #726AD4;
}
.AnyTagClassName
{
color: #726AD4;
}
</style>
background-color css
<style>
a { background-color: #726AD4; }
a { background-color: rgb(114,106,212); }
div.DivClassName
{
background-color: #726AD4;
}
.BgClassName
{
background-color: #726AD4;
}
</style>
border-color css
<style>
span { border-color: #726AD4; }
span { border-color: rgb(114,106,212); }
td.TdClassName
{
border-color: #726AD4;
}
.TagClassName
{
border-color: #726AD4;
}
</style>