Shades of Slate Blue #725CCB
Tints of Slate Blue #725CCB
RGB
CMYK
RGB Variations
Color information
#725CCB (or 0x725CCB) is known color: Slate Blue. HEX triplet: 72, 5C and CB. RGB value is (114,92,203). Sum of RGB (Red+Green+Blue) = 114+92+203=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #725CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #725CCB is #8DA334. Grayscale: #6E6E6E. Windows color (decimal): -9282357 or 13327474. OLE color: 13327474.
HSL color Cylindrical-coordinate representation of color #725CCB: hue angle of 251.89º 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 #725CCB is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 92 | 203 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.20 |
| HSL | 251.89º | 0.52% | 0.58% | - |
| HSV(B) | 251.89º | 0.55% | 0.8% | - |
| XYZ | 21.55 | 15.54 | 58.36 | - |
| YUV | 111.23 | 179.79 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 203 | 0.44 | 0.55 | 0 | 0.20 | 251.89 | 0.52 | 0.58 |
| Hex | 72 | 5C | CB | 2C | 37 | 0 | 14 | FC | 34 | 3A |
| Octal | 162 | 134 | 313 | 54 | 67 | 0 | 24 | 374 | 64 | 72 |
| Binary | 1110010 | 1011100 | 11001011 | 101100 | 110111 | 0 | 10100 | 11111100 | 110100 | 111010 |
Color Harmonies of #725CCB
Complementary color
Monochromatic Colors of #725CCB
Black with #725CCB
Text Example
Text Example
White with #725CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725CCB; }
p { color: rgb(114,92,203); }
H1.HeaderClassName
{
color: #725CCB;
}
.AnyTagClassName
{
color: #725CCB;
}
</style>
background-color css
<style>
a { background-color: #725CCB; }
a { background-color: rgb(114,92,203); }
div.DivClassName
{
background-color: #725CCB;
}
.BgClassName
{
background-color: #725CCB;
}
</style>
border-color css
<style>
span { border-color: #725CCB; }
span { border-color: rgb(114,92,203); }
td.TdClassName
{
border-color: #725CCB;
}
.TagClassName
{
border-color: #725CCB;
}
</style>