Shades of Slate Blue #725BE0
Tints of Slate Blue #725BE0
RGB
CMYK
RGB Variations
Color information
#725BE0 (or 0x725BE0) is known color: Slate Blue. HEX triplet: 72, 5B and E0. RGB value is (114,91,224). Sum of RGB (Red+Green+Blue) = 114+91+224=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 224 (87.89% from 255 or 52.21% from 429); Max value from RGB is 224 - color contains mainly: blue. Hex color #725BE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725BE0 is #8DA41F. Grayscale: #707070. Windows color (decimal): -9282592 or 14703474. OLE color: 14703474.
HSL color Cylindrical-coordinate representation of color #725BE0: hue angle of 250.38º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #725BE0 is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 91 | 224 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.12 |
| HSL | 250.38º | 0.68% | 0.62% | - |
| HSV(B) | 250.38º | 0.59% | 0.88% | - |
| XYZ | 24.14 | 16.44 | 72.42 | - |
| YUV | 113.04 | 190.62 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 91 | 224 | 0.49 | 0.59 | 0 | 0.12 | 250.38 | 0.68 | 0.62 |
| Hex | 72 | 5B | E0 | 31 | 3B | 0 | C | FA | 44 | 3E |
| Octal | 162 | 133 | 340 | 61 | 73 | 0 | 14 | 372 | 104 | 76 |
| Binary | 1110010 | 1011011 | 11100000 | 110001 | 111011 | 0 | 1100 | 11111010 | 1000100 | 111110 |
Color Harmonies of #725BE0
Complementary color
Monochromatic Colors of #725BE0
Black with #725BE0
Text Example
Text Example
White with #725BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725BE0; }
p { color: rgb(114,91,224); }
H1.HeaderClassName
{
color: #725BE0;
}
.AnyTagClassName
{
color: #725BE0;
}
</style>
background-color css
<style>
a { background-color: #725BE0; }
a { background-color: rgb(114,91,224); }
div.DivClassName
{
background-color: #725BE0;
}
.BgClassName
{
background-color: #725BE0;
}
</style>
border-color css
<style>
span { border-color: #725BE0; }
span { border-color: rgb(114,91,224); }
td.TdClassName
{
border-color: #725BE0;
}
.TagClassName
{
border-color: #725BE0;
}
</style>