Shades of Slate Blue #725BDF
Tints of Slate Blue #725BDF
RGB
CMYK
RGB Variations
Color information
#725BDF (or 0x725BDF) is known color: Slate Blue. HEX triplet: 72, 5B and DF. RGB value is (114,91,223). Sum of RGB (Red+Green+Blue) = 114+91+223=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #725BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725BDF is #8DA420. Grayscale: #707070. Windows color (decimal): -9282593 or 14637938. OLE color: 14637938.
HSL color Cylindrical-coordinate representation of color #725BDF: hue angle of 250.45º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #725BDF is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 91 | 223 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.13 |
| HSL | 250.45º | 0.67% | 0.62% | - |
| HSV(B) | 250.45º | 0.59% | 0.87% | - |
| XYZ | 24 | 16.39 | 71.71 | - |
| YUV | 112.93 | 190.12 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 91 | 223 | 0.49 | 0.59 | 0 | 0.13 | 250.45 | 0.67 | 0.62 |
| Hex | 72 | 5B | DF | 31 | 3B | 0 | D | FA | 43 | 3E |
| Octal | 162 | 133 | 337 | 61 | 73 | 0 | 15 | 372 | 103 | 76 |
| Binary | 1110010 | 1011011 | 11011111 | 110001 | 111011 | 0 | 1101 | 11111010 | 1000011 | 111110 |
Color Harmonies of #725BDF
Complementary color
Monochromatic Colors of #725BDF
Black with #725BDF
Text Example
Text Example
White with #725BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725BDF; }
p { color: rgb(114,91,223); }
H1.HeaderClassName
{
color: #725BDF;
}
.AnyTagClassName
{
color: #725BDF;
}
</style>
background-color css
<style>
a { background-color: #725BDF; }
a { background-color: rgb(114,91,223); }
div.DivClassName
{
background-color: #725BDF;
}
.BgClassName
{
background-color: #725BDF;
}
</style>
border-color css
<style>
span { border-color: #725BDF; }
span { border-color: rgb(114,91,223); }
td.TdClassName
{
border-color: #725BDF;
}
.TagClassName
{
border-color: #725BDF;
}
</style>