Shades of Slate Blue #725BCE
Tints of Slate Blue #725BCE
RGB
CMYK
RGB Variations
Color information
#725BCE (or 0x725BCE) is known color: Slate Blue. HEX triplet: 72, 5B and CE. RGB value is (114,91,206). Sum of RGB (Red+Green+Blue) = 114+91+206=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #725BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725BCE is #8DA431. Grayscale: #6E6E6E. Windows color (decimal): -9282610 or 13523826. OLE color: 13523826.
HSL color Cylindrical-coordinate representation of color #725BCE: hue angle of 252º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #725BCE is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 91 | 206 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.19 |
| HSL | 252º | 0.54% | 0.58% | - |
| HSV(B) | 252º | 0.56% | 0.81% | - |
| XYZ | 21.82 | 15.52 | 60.24 | - |
| YUV | 110.99 | 181.62 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 91 | 206 | 0.45 | 0.56 | 0 | 0.19 | 252 | 0.54 | 0.58 |
| Hex | 72 | 5B | CE | 2D | 38 | 0 | 13 | FC | 36 | 3A |
| Octal | 162 | 133 | 316 | 55 | 70 | 0 | 23 | 374 | 66 | 72 |
| Binary | 1110010 | 1011011 | 11001110 | 101101 | 111000 | 0 | 10011 | 11111100 | 110110 | 111010 |
Color Harmonies of #725BCE
Complementary color
Monochromatic Colors of #725BCE
Black with #725BCE
Text Example
Text Example
White with #725BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725BCE; }
p { color: rgb(114,91,206); }
H1.HeaderClassName
{
color: #725BCE;
}
.AnyTagClassName
{
color: #725BCE;
}
</style>
background-color css
<style>
a { background-color: #725BCE; }
a { background-color: rgb(114,91,206); }
div.DivClassName
{
background-color: #725BCE;
}
.BgClassName
{
background-color: #725BCE;
}
</style>
border-color css
<style>
span { border-color: #725BCE; }
span { border-color: rgb(114,91,206); }
td.TdClassName
{
border-color: #725BCE;
}
.TagClassName
{
border-color: #725BCE;
}
</style>