Shades of Slate Blue #726ED3
Tints of Slate Blue #726ED3
RGB
CMYK
RGB Variations
Color information
#726ED3 (or 0x726ED3) is known color: Slate Blue. HEX triplet: 72, 6E and D3. RGB value is (114,110,211). Sum of RGB (Red+Green+Blue) = 114+110+211=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 211 (82.81% from 255 or 48.51% from 435); Max value from RGB is 211 - color contains mainly: blue. Hex color #726ED3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726ED3 is #8D912C. Grayscale: #7A7A7A. Windows color (decimal): -9277741 or 13856370. OLE color: 13856370.
HSL color Cylindrical-coordinate representation of color #726ED3: hue angle of 242.38º degrees, saturation: 0.53, 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 #726ED3 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 114 | 110 | 211 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.17 |
| HSL | 242.38º | 0.53% | 0.63% | - |
| HSV(B) | 242.38º | 0.48% | 0.83% | - |
| XYZ | 24.27 | 19.43 | 64.1 | - |
| YUV | 122.71 | 177.83 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 211 | 0.46 | 0.48 | 0 | 0.17 | 242.38 | 0.53 | 0.63 |
| Hex | 72 | 6E | D3 | 2E | 30 | 0 | 11 | F2 | 35 | 3F |
| Octal | 162 | 156 | 323 | 56 | 60 | 0 | 21 | 362 | 65 | 77 |
| Binary | 1110010 | 1101110 | 11010011 | 101110 | 110000 | 0 | 10001 | 11110010 | 110101 | 111111 |
Color Harmonies of #726ED3
Complementary color
Monochromatic Colors of #726ED3
Black with #726ED3
Text Example
Text Example
White with #726ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726ED3; }
p { color: rgb(114,110,211); }
H1.HeaderClassName
{
color: #726ED3;
}
.AnyTagClassName
{
color: #726ED3;
}
</style>
background-color css
<style>
a { background-color: #726ED3; }
a { background-color: rgb(114,110,211); }
div.DivClassName
{
background-color: #726ED3;
}
.BgClassName
{
background-color: #726ED3;
}
</style>
border-color css
<style>
span { border-color: #726ED3; }
span { border-color: rgb(114,110,211); }
td.TdClassName
{
border-color: #726ED3;
}
.TagClassName
{
border-color: #726ED3;
}
</style>