Shades of Slate Blue #725FC1
Tints of Slate Blue #725FC1
RGB
CMYK
RGB Variations
Color information
#725FC1 (or 0x725FC1) is known color: Slate Blue. HEX triplet: 72, 5F and C1. RGB value is (114,95,193). Sum of RGB (Red+Green+Blue) = 114+95+193=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 193 (75.78% from 255 or 48.01% from 402); Max value from RGB is 193 - color contains mainly: blue. Hex color #725FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725FC1 is #8DA03E. Grayscale: #6F6F6F. Windows color (decimal): -9281599 or 12672882. OLE color: 12672882.
HSL color Cylindrical-coordinate representation of color #725FC1: hue angle of 251.63º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #725FC1 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 95 | 193 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.24 |
| HSL | 251.63º | 0.44% | 0.56% | - |
| HSV(B) | 251.63º | 0.51% | 0.76% | - |
| XYZ | 20.66 | 15.61 | 52.38 | - |
| YUV | 111.85 | 173.79 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 95 | 193 | 0.41 | 0.51 | 0 | 0.24 | 251.63 | 0.44 | 0.56 |
| Hex | 72 | 5F | C1 | 29 | 33 | 0 | 18 | FC | 2C | 38 |
| Octal | 162 | 137 | 301 | 51 | 63 | 0 | 30 | 374 | 54 | 70 |
| Binary | 1110010 | 1011111 | 11000001 | 101001 | 110011 | 0 | 11000 | 11111100 | 101100 | 111000 |
Color Harmonies of #725FC1
Complementary color
Monochromatic Colors of #725FC1
Black with #725FC1
Text Example
Text Example
White with #725FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725FC1; }
p { color: rgb(114,95,193); }
H1.HeaderClassName
{
color: #725FC1;
}
.AnyTagClassName
{
color: #725FC1;
}
</style>
background-color css
<style>
a { background-color: #725FC1; }
a { background-color: rgb(114,95,193); }
div.DivClassName
{
background-color: #725FC1;
}
.BgClassName
{
background-color: #725FC1;
}
</style>
border-color css
<style>
span { border-color: #725FC1; }
span { border-color: rgb(114,95,193); }
td.TdClassName
{
border-color: #725FC1;
}
.TagClassName
{
border-color: #725FC1;
}
</style>