Shades of Slate Blue #7052CB
Tints of Slate Blue #7052CB
RGB
CMYK
RGB Variations
Color information
#7052CB (or 0x7052CB) is known color: Slate Blue. HEX triplet: 70, 52 and CB. RGB value is (112,82,203). Sum of RGB (Red+Green+Blue) = 112+82+203=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #7052CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7052CB is #8FAD34. Grayscale: #686868. Windows color (decimal): -9415989 or 13324912. OLE color: 13324912.
HSL color Cylindrical-coordinate representation of color #7052CB: hue angle of 254.88º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7052CB is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 82 | 203 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.20 |
| HSL | 254.88º | 0.54% | 0.56% | - |
| HSV(B) | 254.88º | 0.6% | 0.8% | - |
| XYZ | 20.48 | 13.79 | 58.08 | - |
| YUV | 104.76 | 183.44 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 82 | 203 | 0.45 | 0.60 | 0 | 0.20 | 254.88 | 0.54 | 0.56 |
| Hex | 70 | 52 | CB | 2D | 3C | 0 | 14 | FF | 36 | 38 |
| Octal | 160 | 122 | 313 | 55 | 74 | 0 | 24 | 377 | 66 | 70 |
| Binary | 1110000 | 1010010 | 11001011 | 101101 | 111100 | 0 | 10100 | 11111111 | 110110 | 111000 |
Color Harmonies of #7052CB
Complementary color
Monochromatic Colors of #7052CB
Black with #7052CB
Text Example
Text Example
White with #7052CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7052CB; }
p { color: rgb(112,82,203); }
H1.HeaderClassName
{
color: #7052CB;
}
.AnyTagClassName
{
color: #7052CB;
}
</style>
background-color css
<style>
a { background-color: #7052CB; }
a { background-color: rgb(112,82,203); }
div.DivClassName
{
background-color: #7052CB;
}
.BgClassName
{
background-color: #7052CB;
}
</style>
border-color css
<style>
span { border-color: #7052CB; }
span { border-color: rgb(112,82,203); }
td.TdClassName
{
border-color: #7052CB;
}
.TagClassName
{
border-color: #7052CB;
}
</style>