Shades of Slate Blue #725ACE
Tints of Slate Blue #725ACE
RGB
CMYK
RGB Variations
Color information
#725ACE (or 0x725ACE) is known color: Slate Blue. HEX triplet: 72, 5A and CE. RGB value is (114,90,206). Sum of RGB (Red+Green+Blue) = 114+90+206=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #725ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725ACE is #8DA531. Grayscale: #6D6D6D. Windows color (decimal): -9282866 or 13523570. OLE color: 13523570.
HSL color Cylindrical-coordinate representation of color #725ACE: hue angle of 252.41º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #725ACE is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 90 | 206 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.19 |
| HSL | 252.41º | 0.54% | 0.58% | - |
| HSV(B) | 252.41º | 0.56% | 0.81% | - |
| XYZ | 21.74 | 15.35 | 60.21 | - |
| YUV | 110.4 | 181.95 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 90 | 206 | 0.45 | 0.56 | 0 | 0.19 | 252.41 | 0.54 | 0.58 |
| Hex | 72 | 5A | CE | 2D | 38 | 0 | 13 | FC | 36 | 3A |
| Octal | 162 | 132 | 316 | 55 | 70 | 0 | 23 | 374 | 66 | 72 |
| Binary | 1110010 | 1011010 | 11001110 | 101101 | 111000 | 0 | 10011 | 11111100 | 110110 | 111010 |
Color Harmonies of #725ACE
Complementary color
Monochromatic Colors of #725ACE
Black with #725ACE
Text Example
Text Example
White with #725ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725ACE; }
p { color: rgb(114,90,206); }
H1.HeaderClassName
{
color: #725ACE;
}
.AnyTagClassName
{
color: #725ACE;
}
</style>
background-color css
<style>
a { background-color: #725ACE; }
a { background-color: rgb(114,90,206); }
div.DivClassName
{
background-color: #725ACE;
}
.BgClassName
{
background-color: #725ACE;
}
</style>
border-color css
<style>
span { border-color: #725ACE; }
span { border-color: rgb(114,90,206); }
td.TdClassName
{
border-color: #725ACE;
}
.TagClassName
{
border-color: #725ACE;
}
</style>