Shades of Slate Blue #725FCE
Tints of Slate Blue #725FCE
RGB
CMYK
RGB Variations
Color information
#725FCE (or 0x725FCE) is known color: Slate Blue. HEX triplet: 72, 5F and CE. RGB value is (114,95,206). Sum of RGB (Red+Green+Blue) = 114+95+206=415 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.47% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #725FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725FCE is #8DA031. Grayscale: #707070. Windows color (decimal): -9281586 or 13524850. OLE color: 13524850.
HSL color Cylindrical-coordinate representation of color #725FCE: hue angle of 250.27º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #725FCE is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 95 | 206 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.19 |
| HSL | 250.27º | 0.53% | 0.59% | - |
| HSV(B) | 250.27º | 0.54% | 0.81% | - |
| XYZ | 22.17 | 16.22 | 60.35 | - |
| YUV | 113.34 | 180.29 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 95 | 206 | 0.45 | 0.54 | 0 | 0.19 | 250.27 | 0.53 | 0.59 |
| Hex | 72 | 5F | CE | 2D | 36 | 0 | 13 | FA | 35 | 3B |
| Octal | 162 | 137 | 316 | 55 | 66 | 0 | 23 | 372 | 65 | 73 |
| Binary | 1110010 | 1011111 | 11001110 | 101101 | 110110 | 0 | 10011 | 11111010 | 110101 | 111011 |
Color Harmonies of #725FCE
Complementary color
Monochromatic Colors of #725FCE
Black with #725FCE
Text Example
Text Example
White with #725FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725FCE; }
p { color: rgb(114,95,206); }
H1.HeaderClassName
{
color: #725FCE;
}
.AnyTagClassName
{
color: #725FCE;
}
</style>
background-color css
<style>
a { background-color: #725FCE; }
a { background-color: rgb(114,95,206); }
div.DivClassName
{
background-color: #725FCE;
}
.BgClassName
{
background-color: #725FCE;
}
</style>
border-color css
<style>
span { border-color: #725FCE; }
span { border-color: rgb(114,95,206); }
td.TdClassName
{
border-color: #725FCE;
}
.TagClassName
{
border-color: #725FCE;
}
</style>