Shades of Slate Blue #725CDA
Tints of Slate Blue #725CDA
RGB
CMYK
RGB Variations
Color information
#725CDA (or 0x725CDA) is known color: Slate Blue. HEX triplet: 72, 5C and DA. RGB value is (114,92,218). Sum of RGB (Red+Green+Blue) = 114+92+218=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #725CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725CDA is #8DA325. Grayscale: #707070. Windows color (decimal): -9282342 or 14310514. OLE color: 14310514.
HSL color Cylindrical-coordinate representation of color #725CDA: hue angle of 250.48º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #725CDA is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 92 | 218 | - |
| CMYK | 0.48 | 0.58 | 0 | 0.15 |
| HSL | 250.48º | 0.63% | 0.61% | - |
| HSV(B) | 250.48º | 0.58% | 0.85% | - |
| XYZ | 23.42 | 16.29 | 68.24 | - |
| YUV | 112.94 | 187.29 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 218 | 0.48 | 0.58 | 0 | 0.15 | 250.48 | 0.63 | 0.61 |
| Hex | 72 | 5C | DA | 30 | 3A | 0 | F | FA | 3F | 3D |
| Octal | 162 | 134 | 332 | 60 | 72 | 0 | 17 | 372 | 77 | 75 |
| Binary | 1110010 | 1011100 | 11011010 | 110000 | 111010 | 0 | 1111 | 11111010 | 111111 | 111101 |
Color Harmonies of #725CDA
Complementary color
Monochromatic Colors of #725CDA
Black with #725CDA
Text Example
Text Example
White with #725CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725CDA; }
p { color: rgb(114,92,218); }
H1.HeaderClassName
{
color: #725CDA;
}
.AnyTagClassName
{
color: #725CDA;
}
</style>
background-color css
<style>
a { background-color: #725CDA; }
a { background-color: rgb(114,92,218); }
div.DivClassName
{
background-color: #725CDA;
}
.BgClassName
{
background-color: #725CDA;
}
</style>
border-color css
<style>
span { border-color: #725CDA; }
span { border-color: rgb(114,92,218); }
td.TdClassName
{
border-color: #725CDA;
}
.TagClassName
{
border-color: #725CDA;
}
</style>