Shades of Slate Blue #725AD4
Tints of Slate Blue #725AD4
RGB
CMYK
RGB Variations
Color information
#725AD4 (or 0x725AD4) is known color: Slate Blue. HEX triplet: 72, 5A and D4. RGB value is (114,90,212). Sum of RGB (Red+Green+Blue) = 114+90+212=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 212 (83.20% from 255 or 50.96% from 416); Max value from RGB is 212 - color contains mainly: blue. Hex color #725AD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725AD4 is #8DA52B. Grayscale: #6E6E6E. Windows color (decimal): -9282860 or 13916786. OLE color: 13916786.
HSL color Cylindrical-coordinate representation of color #725AD4: hue angle of 251.8º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #725AD4 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 114 | 90 | 212 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.17 |
| HSL | 251.8º | 0.59% | 0.59% | - |
| HSV(B) | 251.8º | 0.58% | 0.83% | - |
| XYZ | 22.48 | 15.64 | 64.12 | - |
| YUV | 111.08 | 184.95 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 90 | 212 | 0.46 | 0.58 | 0 | 0.17 | 251.8 | 0.59 | 0.59 |
| Hex | 72 | 5A | D4 | 2E | 3A | 0 | 11 | FC | 3B | 3B |
| Octal | 162 | 132 | 324 | 56 | 72 | 0 | 21 | 374 | 73 | 73 |
| Binary | 1110010 | 1011010 | 11010100 | 101110 | 111010 | 0 | 10001 | 11111100 | 111011 | 111011 |
Color Harmonies of #725AD4
Complementary color
Monochromatic Colors of #725AD4
Black with #725AD4
Text Example
Text Example
White with #725AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725AD4; }
p { color: rgb(114,90,212); }
H1.HeaderClassName
{
color: #725AD4;
}
.AnyTagClassName
{
color: #725AD4;
}
</style>
background-color css
<style>
a { background-color: #725AD4; }
a { background-color: rgb(114,90,212); }
div.DivClassName
{
background-color: #725AD4;
}
.BgClassName
{
background-color: #725AD4;
}
</style>
border-color css
<style>
span { border-color: #725AD4; }
span { border-color: rgb(114,90,212); }
td.TdClassName
{
border-color: #725AD4;
}
.TagClassName
{
border-color: #725AD4;
}
</style>