Shades of Slate Blue #725CDB
Tints of Slate Blue #725CDB
RGB
CMYK
RGB Variations
Color information
#725CDB (or 0x725CDB) is known color: Slate Blue. HEX triplet: 72, 5C and DB. RGB value is (114,92,219). Sum of RGB (Red+Green+Blue) = 114+92+219=425 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.82% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #725CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725CDB is #8DA324. Grayscale: #707070. Windows color (decimal): -9282341 or 14376050. OLE color: 14376050.
HSL color Cylindrical-coordinate representation of color #725CDB: hue angle of 250.39º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #725CDB is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 92 | 219 | - |
| CMYK | 0.48 | 0.58 | 0 | 0.14 |
| HSL | 250.39º | 0.64% | 0.61% | - |
| HSV(B) | 250.39º | 0.58% | 0.86% | - |
| XYZ | 23.55 | 16.35 | 68.93 | - |
| YUV | 113.06 | 187.79 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 219 | 0.48 | 0.58 | 0 | 0.14 | 250.39 | 0.64 | 0.61 |
| Hex | 72 | 5C | DB | 30 | 3A | 0 | E | FA | 40 | 3D |
| Octal | 162 | 134 | 333 | 60 | 72 | 0 | 16 | 372 | 100 | 75 |
| Binary | 1110010 | 1011100 | 11011011 | 110000 | 111010 | 0 | 1110 | 11111010 | 1000000 | 111101 |
Color Harmonies of #725CDB
Complementary color
Monochromatic Colors of #725CDB
Black with #725CDB
Text Example
Text Example
White with #725CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725CDB; }
p { color: rgb(114,92,219); }
H1.HeaderClassName
{
color: #725CDB;
}
.AnyTagClassName
{
color: #725CDB;
}
</style>
background-color css
<style>
a { background-color: #725CDB; }
a { background-color: rgb(114,92,219); }
div.DivClassName
{
background-color: #725CDB;
}
.BgClassName
{
background-color: #725CDB;
}
</style>
border-color css
<style>
span { border-color: #725CDB; }
span { border-color: rgb(114,92,219); }
td.TdClassName
{
border-color: #725CDB;
}
.TagClassName
{
border-color: #725CDB;
}
</style>