Shades of Slate Blue #7053CC
Tints of Slate Blue #7053CC
RGB
CMYK
RGB Variations
Color information
#7053CC (or 0x7053CC) is known color: Slate Blue. HEX triplet: 70, 53 and CC. RGB value is (112,83,204). Sum of RGB (Red+Green+Blue) = 112+83+204=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #7053CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7053CC is #8FAC33. Grayscale: #696969. Windows color (decimal): -9415732 or 13390704. OLE color: 13390704.
HSL color Cylindrical-coordinate representation of color #7053CC: hue angle of 254.38º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7053CC is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 83 | 204 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.2 |
| HSL | 254.38º | 0.54% | 0.56% | - |
| HSV(B) | 254.38º | 0.59% | 0.8% | - |
| XYZ | 20.67 | 13.99 | 58.74 | - |
| YUV | 105.47 | 183.61 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 83 | 204 | 0.45 | 0.59 | 0 | 0.2 | 254.38 | 0.54 | 0.56 |
| Hex | 70 | 53 | CC | 2D | 3B | 0 | 14 | FE | 36 | 38 |
| Octal | 160 | 123 | 314 | 55 | 73 | 0 | 24 | 376 | 66 | 70 |
| Binary | 1110000 | 1010011 | 11001100 | 101101 | 111011 | 0 | 10100 | 11111110 | 110110 | 111000 |
Color Harmonies of #7053CC
Complementary color
Monochromatic Colors of #7053CC
Black with #7053CC
Text Example
Text Example
White with #7053CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7053CC; }
p { color: rgb(112,83,204); }
H1.HeaderClassName
{
color: #7053CC;
}
.AnyTagClassName
{
color: #7053CC;
}
</style>
background-color css
<style>
a { background-color: #7053CC; }
a { background-color: rgb(112,83,204); }
div.DivClassName
{
background-color: #7053CC;
}
.BgClassName
{
background-color: #7053CC;
}
</style>
border-color css
<style>
span { border-color: #7053CC; }
span { border-color: rgb(112,83,204); }
td.TdClassName
{
border-color: #7053CC;
}
.TagClassName
{
border-color: #7053CC;
}
</style>