Shades of Slate Blue #7155CC
Tints of Slate Blue #7155CC
RGB
CMYK
RGB Variations
Color information
#7155CC (or 0x7155CC) is known color: Slate Blue. HEX triplet: 71, 55 and CC. RGB value is (113,85,204). Sum of RGB (Red+Green+Blue) = 113+85+204=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #7155CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7155CC is #8EAA33. Grayscale: #6A6A6A. Windows color (decimal): -9349684 or 13391217. OLE color: 13391217.
HSL color Cylindrical-coordinate representation of color #7155CC: hue angle of 254.12º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7155CC is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 85 | 204 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.2 |
| HSL | 254.12º | 0.54% | 0.57% | - |
| HSV(B) | 254.12º | 0.58% | 0.8% | - |
| XYZ | 20.96 | 14.37 | 58.8 | - |
| YUV | 106.94 | 182.78 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 85 | 204 | 0.45 | 0.58 | 0 | 0.2 | 254.12 | 0.54 | 0.57 |
| Hex | 71 | 55 | CC | 2D | 3A | 0 | 14 | FE | 36 | 39 |
| Octal | 161 | 125 | 314 | 55 | 72 | 0 | 24 | 376 | 66 | 71 |
| Binary | 1110001 | 1010101 | 11001100 | 101101 | 111010 | 0 | 10100 | 11111110 | 110110 | 111001 |
Color Harmonies of #7155CC
Complementary color
Monochromatic Colors of #7155CC
Black with #7155CC
Text Example
Text Example
White with #7155CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7155CC; }
p { color: rgb(113,85,204); }
H1.HeaderClassName
{
color: #7155CC;
}
.AnyTagClassName
{
color: #7155CC;
}
</style>
background-color css
<style>
a { background-color: #7155CC; }
a { background-color: rgb(113,85,204); }
div.DivClassName
{
background-color: #7155CC;
}
.BgClassName
{
background-color: #7155CC;
}
</style>
border-color css
<style>
span { border-color: #7155CC; }
span { border-color: rgb(113,85,204); }
td.TdClassName
{
border-color: #7155CC;
}
.TagClassName
{
border-color: #7155CC;
}
</style>