Shades of Slate Blue #725ED0
Tints of Slate Blue #725ED0
RGB
CMYK
RGB Variations
Color information
#725ED0 (or 0x725ED0) is known color: Slate Blue. HEX triplet: 72, 5E and D0. RGB value is (114,94,208). Sum of RGB (Red+Green+Blue) = 114+94+208=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 208 (81.64% from 255 or 50% from 416); Max value from RGB is 208 - color contains mainly: blue. Hex color #725ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725ED0 is #8DA12F. Grayscale: #707070. Windows color (decimal): -9281840 or 13655666. OLE color: 13655666.
HSL color Cylindrical-coordinate representation of color #725ED0: hue angle of 250.53º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #725ED0 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 114 | 94 | 208 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.18 |
| HSL | 250.53º | 0.55% | 0.59% | - |
| HSV(B) | 250.53º | 0.55% | 0.82% | - |
| XYZ | 22.33 | 16.14 | 61.61 | - |
| YUV | 112.98 | 181.63 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 94 | 208 | 0.45 | 0.55 | 0 | 0.18 | 250.53 | 0.55 | 0.59 |
| Hex | 72 | 5E | D0 | 2D | 37 | 0 | 12 | FB | 37 | 3B |
| Octal | 162 | 136 | 320 | 55 | 67 | 0 | 22 | 373 | 67 | 73 |
| Binary | 1110010 | 1011110 | 11010000 | 101101 | 110111 | 0 | 10010 | 11111011 | 110111 | 111011 |
Color Harmonies of #725ED0
Complementary color
Monochromatic Colors of #725ED0
Black with #725ED0
Text Example
Text Example
White with #725ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725ED0; }
p { color: rgb(114,94,208); }
H1.HeaderClassName
{
color: #725ED0;
}
.AnyTagClassName
{
color: #725ED0;
}
</style>
background-color css
<style>
a { background-color: #725ED0; }
a { background-color: rgb(114,94,208); }
div.DivClassName
{
background-color: #725ED0;
}
.BgClassName
{
background-color: #725ED0;
}
</style>
border-color css
<style>
span { border-color: #725ED0; }
span { border-color: rgb(114,94,208); }
td.TdClassName
{
border-color: #725ED0;
}
.TagClassName
{
border-color: #725ED0;
}
</style>