Shades of Slate Blue #726DCE
Tints of Slate Blue #726DCE
RGB
CMYK
RGB Variations
Color information
#726DCE (or 0x726DCE) is known color: Slate Blue. HEX triplet: 72, 6D and CE. RGB value is (114,109,206). Sum of RGB (Red+Green+Blue) = 114+109+206=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #726DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726DCE is #8D9231. Grayscale: #797979. Windows color (decimal): -9278002 or 13528434. OLE color: 13528434.
HSL color Cylindrical-coordinate representation of color #726DCE: hue angle of 243.09º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #726DCE is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 109 | 206 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.19 |
| HSL | 243.09º | 0.5% | 0.62% | - |
| HSV(B) | 243.09º | 0.47% | 0.81% | - |
| XYZ | 23.55 | 18.97 | 60.81 | - |
| YUV | 121.55 | 175.66 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 206 | 0.45 | 0.47 | 0 | 0.19 | 243.09 | 0.5 | 0.62 |
| Hex | 72 | 6D | CE | 2D | 2F | 0 | 13 | F3 | 32 | 3E |
| Octal | 162 | 155 | 316 | 55 | 57 | 0 | 23 | 363 | 62 | 76 |
| Binary | 1110010 | 1101101 | 11001110 | 101101 | 101111 | 0 | 10011 | 11110011 | 110010 | 111110 |
Color Harmonies of #726DCE
Complementary color
Monochromatic Colors of #726DCE
Black with #726DCE
Text Example
Text Example
White with #726DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726DCE; }
p { color: rgb(114,109,206); }
H1.HeaderClassName
{
color: #726DCE;
}
.AnyTagClassName
{
color: #726DCE;
}
</style>
background-color css
<style>
a { background-color: #726DCE; }
a { background-color: rgb(114,109,206); }
div.DivClassName
{
background-color: #726DCE;
}
.BgClassName
{
background-color: #726DCE;
}
</style>
border-color css
<style>
span { border-color: #726DCE; }
span { border-color: rgb(114,109,206); }
td.TdClassName
{
border-color: #726DCE;
}
.TagClassName
{
border-color: #726DCE;
}
</style>