Shades of Slate Blue #725BCC
Tints of Slate Blue #725BCC
RGB
CMYK
RGB Variations
Color information
#725BCC (or 0x725BCC) is known color: Slate Blue. HEX triplet: 72, 5B and CC. RGB value is (114,91,204). Sum of RGB (Red+Green+Blue) = 114+91+204=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #725BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725BCC is #8DA433. Grayscale: #6E6E6E. Windows color (decimal): -9282612 or 13392754. OLE color: 13392754.
HSL color Cylindrical-coordinate representation of color #725BCC: hue angle of 252.21º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #725BCC is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 91 | 204 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.2 |
| HSL | 252.21º | 0.53% | 0.58% | - |
| HSV(B) | 252.21º | 0.55% | 0.8% | - |
| XYZ | 21.58 | 15.42 | 58.97 | - |
| YUV | 110.76 | 180.62 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 91 | 204 | 0.44 | 0.55 | 0 | 0.2 | 252.21 | 0.53 | 0.58 |
| Hex | 72 | 5B | CC | 2C | 37 | 0 | 14 | FC | 35 | 3A |
| Octal | 162 | 133 | 314 | 54 | 67 | 0 | 24 | 374 | 65 | 72 |
| Binary | 1110010 | 1011011 | 11001100 | 101100 | 110111 | 0 | 10100 | 11111100 | 110101 | 111010 |
Color Harmonies of #725BCC
Complementary color
Monochromatic Colors of #725BCC
Black with #725BCC
Text Example
Text Example
White with #725BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725BCC; }
p { color: rgb(114,91,204); }
H1.HeaderClassName
{
color: #725BCC;
}
.AnyTagClassName
{
color: #725BCC;
}
</style>
background-color css
<style>
a { background-color: #725BCC; }
a { background-color: rgb(114,91,204); }
div.DivClassName
{
background-color: #725BCC;
}
.BgClassName
{
background-color: #725BCC;
}
</style>
border-color css
<style>
span { border-color: #725BCC; }
span { border-color: rgb(114,91,204); }
td.TdClassName
{
border-color: #725BCC;
}
.TagClassName
{
border-color: #725BCC;
}
</style>