Shades of Slate Blue #726BCD
Tints of Slate Blue #726BCD
RGB
CMYK
RGB Variations
Color information
#726BCD (or 0x726BCD) is known color: Slate Blue. HEX triplet: 72, 6B and CD. RGB value is (114,107,205). Sum of RGB (Red+Green+Blue) = 114+107+205=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #726BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726BCD is #8D9432. Grayscale: #777777. Windows color (decimal): -9278515 or 13462386. OLE color: 13462386.
HSL color Cylindrical-coordinate representation of color #726BCD: hue angle of 244.29º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #726BCD is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 107 | 205 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.20 |
| HSL | 244.29º | 0.49% | 0.61% | - |
| HSV(B) | 244.29º | 0.48% | 0.8% | - |
| XYZ | 23.22 | 18.5 | 60.1 | - |
| YUV | 120.27 | 175.82 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 205 | 0.44 | 0.48 | 0 | 0.20 | 244.29 | 0.49 | 0.61 |
| Hex | 72 | 6B | CD | 2C | 30 | 0 | 14 | F4 | 31 | 3D |
| Octal | 162 | 153 | 315 | 54 | 60 | 0 | 24 | 364 | 61 | 75 |
| Binary | 1110010 | 1101011 | 11001101 | 101100 | 110000 | 0 | 10100 | 11110100 | 110001 | 111101 |
Color Harmonies of #726BCD
Complementary color
Monochromatic Colors of #726BCD
Black with #726BCD
Text Example
Text Example
White with #726BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726BCD; }
p { color: rgb(114,107,205); }
H1.HeaderClassName
{
color: #726BCD;
}
.AnyTagClassName
{
color: #726BCD;
}
</style>
background-color css
<style>
a { background-color: #726BCD; }
a { background-color: rgb(114,107,205); }
div.DivClassName
{
background-color: #726BCD;
}
.BgClassName
{
background-color: #726BCD;
}
</style>
border-color css
<style>
span { border-color: #726BCD; }
span { border-color: rgb(114,107,205); }
td.TdClassName
{
border-color: #726BCD;
}
.TagClassName
{
border-color: #726BCD;
}
</style>