Shades of Slate Blue #725CCC
Tints of Slate Blue #725CCC
RGB
CMYK
RGB Variations
Color information
#725CCC (or 0x725CCC) is known color: Slate Blue. HEX triplet: 72, 5C and CC. RGB value is (114,92,204). Sum of RGB (Red+Green+Blue) = 114+92+204=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 92 (36.33% from 255 or 22.44% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #725CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725CCC is #8DA333. Grayscale: #6E6E6E. Windows color (decimal): -9282356 or 13393010. OLE color: 13393010.
HSL color Cylindrical-coordinate representation of color #725CCC: hue angle of 251.79º degrees, saturation: 0.52, 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 #725CCC is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 92 | 204 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.2 |
| HSL | 251.79º | 0.52% | 0.58% | - |
| HSV(B) | 251.79º | 0.55% | 0.8% | - |
| XYZ | 21.67 | 15.59 | 58.99 | - |
| YUV | 111.35 | 180.29 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 204 | 0.44 | 0.55 | 0 | 0.2 | 251.79 | 0.52 | 0.58 |
| Hex | 72 | 5C | CC | 2C | 37 | 0 | 14 | FC | 34 | 3A |
| Octal | 162 | 134 | 314 | 54 | 67 | 0 | 24 | 374 | 64 | 72 |
| Binary | 1110010 | 1011100 | 11001100 | 101100 | 110111 | 0 | 10100 | 11111100 | 110100 | 111010 |
Color Harmonies of #725CCC
Complementary color
Monochromatic Colors of #725CCC
Black with #725CCC
Text Example
Text Example
White with #725CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725CCC; }
p { color: rgb(114,92,204); }
H1.HeaderClassName
{
color: #725CCC;
}
.AnyTagClassName
{
color: #725CCC;
}
</style>
background-color css
<style>
a { background-color: #725CCC; }
a { background-color: rgb(114,92,204); }
div.DivClassName
{
background-color: #725CCC;
}
.BgClassName
{
background-color: #725CCC;
}
</style>
border-color css
<style>
span { border-color: #725CCC; }
span { border-color: rgb(114,92,204); }
td.TdClassName
{
border-color: #725CCC;
}
.TagClassName
{
border-color: #725CCC;
}
</style>