Shades of Slate Blue #725CCF
Tints of Slate Blue #725CCF
RGB
CMYK
RGB Variations
Color information
#725CCF (or 0x725CCF) is known color: Slate Blue. HEX triplet: 72, 5C and CF. RGB value is (114,92,207). Sum of RGB (Red+Green+Blue) = 114+92+207=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #725CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725CCF is #8DA330. Grayscale: #6F6F6F. Windows color (decimal): -9282353 or 13589618. OLE color: 13589618.
HSL color Cylindrical-coordinate representation of color #725CCF: hue angle of 251.48º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #725CCF is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 92 | 207 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.19 |
| HSL | 251.48º | 0.55% | 0.59% | - |
| HSV(B) | 251.48º | 0.56% | 0.81% | - |
| XYZ | 22.03 | 15.74 | 60.91 | - |
| YUV | 111.69 | 181.79 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 207 | 0.45 | 0.56 | 0 | 0.19 | 251.48 | 0.55 | 0.59 |
| Hex | 72 | 5C | CF | 2D | 38 | 0 | 13 | FB | 37 | 3B |
| Octal | 162 | 134 | 317 | 55 | 70 | 0 | 23 | 373 | 67 | 73 |
| Binary | 1110010 | 1011100 | 11001111 | 101101 | 111000 | 0 | 10011 | 11111011 | 110111 | 111011 |
Color Harmonies of #725CCF
Complementary color
Monochromatic Colors of #725CCF
Black with #725CCF
Text Example
Text Example
White with #725CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725CCF; }
p { color: rgb(114,92,207); }
H1.HeaderClassName
{
color: #725CCF;
}
.AnyTagClassName
{
color: #725CCF;
}
</style>
background-color css
<style>
a { background-color: #725CCF; }
a { background-color: rgb(114,92,207); }
div.DivClassName
{
background-color: #725CCF;
}
.BgClassName
{
background-color: #725CCF;
}
</style>
border-color css
<style>
span { border-color: #725CCF; }
span { border-color: rgb(114,92,207); }
td.TdClassName
{
border-color: #725CCF;
}
.TagClassName
{
border-color: #725CCF;
}
</style>