Shades of Slate Blue #725ADA
Tints of Slate Blue #725ADA
RGB
CMYK
RGB Variations
Color information
#725ADA (or 0x725ADA) is known color: Slate Blue. HEX triplet: 72, 5A and DA. RGB value is (114,90,218). Sum of RGB (Red+Green+Blue) = 114+90+218=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #725ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725ADA is #8DA525. Grayscale: #6F6F6F. Windows color (decimal): -9282854 or 14310002. OLE color: 14310002.
HSL color Cylindrical-coordinate representation of color #725ADA: hue angle of 251.25º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #725ADA is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 90 | 218 | - |
| CMYK | 0.48 | 0.59 | 0 | 0.15 |
| HSL | 251.25º | 0.63% | 0.6% | - |
| HSV(B) | 251.25º | 0.59% | 0.85% | - |
| XYZ | 23.25 | 15.95 | 68.18 | - |
| YUV | 111.77 | 187.95 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 90 | 218 | 0.48 | 0.59 | 0 | 0.15 | 251.25 | 0.63 | 0.6 |
| Hex | 72 | 5A | DA | 30 | 3B | 0 | F | FB | 3F | 3C |
| Octal | 162 | 132 | 332 | 60 | 73 | 0 | 17 | 373 | 77 | 74 |
| Binary | 1110010 | 1011010 | 11011010 | 110000 | 111011 | 0 | 1111 | 11111011 | 111111 | 111100 |
Color Harmonies of #725ADA
Complementary color
Monochromatic Colors of #725ADA
Black with #725ADA
Text Example
Text Example
White with #725ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725ADA; }
p { color: rgb(114,90,218); }
H1.HeaderClassName
{
color: #725ADA;
}
.AnyTagClassName
{
color: #725ADA;
}
</style>
background-color css
<style>
a { background-color: #725ADA; }
a { background-color: rgb(114,90,218); }
div.DivClassName
{
background-color: #725ADA;
}
.BgClassName
{
background-color: #725ADA;
}
</style>
border-color css
<style>
span { border-color: #725ADA; }
span { border-color: rgb(114,90,218); }
td.TdClassName
{
border-color: #725ADA;
}
.TagClassName
{
border-color: #725ADA;
}
</style>