Shades of Slate Blue #725BCD
Tints of Slate Blue #725BCD
RGB
CMYK
RGB Variations
Color information
#725BCD (or 0x725BCD) is known color: Slate Blue. HEX triplet: 72, 5B and CD. RGB value is (114,91,205). Sum of RGB (Red+Green+Blue) = 114+91+205=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #725BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725BCD is #8DA432. Grayscale: #6E6E6E. Windows color (decimal): -9282611 or 13458290. OLE color: 13458290.
HSL color Cylindrical-coordinate representation of color #725BCD: hue angle of 252.11º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #725BCD is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 91 | 205 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.20 |
| HSL | 252.11º | 0.53% | 0.58% | - |
| HSV(B) | 252.11º | 0.56% | 0.8% | - |
| XYZ | 21.7 | 15.47 | 59.6 | - |
| YUV | 110.87 | 181.12 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 91 | 205 | 0.44 | 0.56 | 0 | 0.20 | 252.11 | 0.53 | 0.58 |
| Hex | 72 | 5B | CD | 2C | 38 | 0 | 14 | FC | 35 | 3A |
| Octal | 162 | 133 | 315 | 54 | 70 | 0 | 24 | 374 | 65 | 72 |
| Binary | 1110010 | 1011011 | 11001101 | 101100 | 111000 | 0 | 10100 | 11111100 | 110101 | 111010 |
Color Harmonies of #725BCD
Complementary color
Monochromatic Colors of #725BCD
Black with #725BCD
Text Example
Text Example
White with #725BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725BCD; }
p { color: rgb(114,91,205); }
H1.HeaderClassName
{
color: #725BCD;
}
.AnyTagClassName
{
color: #725BCD;
}
</style>
background-color css
<style>
a { background-color: #725BCD; }
a { background-color: rgb(114,91,205); }
div.DivClassName
{
background-color: #725BCD;
}
.BgClassName
{
background-color: #725BCD;
}
</style>
border-color css
<style>
span { border-color: #725BCD; }
span { border-color: rgb(114,91,205); }
td.TdClassName
{
border-color: #725BCD;
}
.TagClassName
{
border-color: #725BCD;
}
</style>