Shades of Slate Blue #7155CB
Tints of Slate Blue #7155CB
RGB
CMYK
RGB Variations
Color information
#7155CB (or 0x7155CB) is known color: Slate Blue. HEX triplet: 71, 55 and CB. RGB value is (113,85,203). Sum of RGB (Red+Green+Blue) = 113+85+203=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #7155CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7155CB is #8EAA34. Grayscale: #6A6A6A. Windows color (decimal): -9349685 or 13325681. OLE color: 13325681.
HSL color Cylindrical-coordinate representation of color #7155CB: hue angle of 254.24º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7155CB is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 85 | 203 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.20 |
| HSL | 254.24º | 0.53% | 0.56% | - |
| HSV(B) | 254.24º | 0.58% | 0.8% | - |
| XYZ | 20.84 | 14.32 | 58.17 | - |
| YUV | 106.82 | 182.28 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 85 | 203 | 0.44 | 0.58 | 0 | 0.20 | 254.24 | 0.53 | 0.56 |
| Hex | 71 | 55 | CB | 2C | 3A | 0 | 14 | FE | 35 | 38 |
| Octal | 161 | 125 | 313 | 54 | 72 | 0 | 24 | 376 | 65 | 70 |
| Binary | 1110001 | 1010101 | 11001011 | 101100 | 111010 | 0 | 10100 | 11111110 | 110101 | 111000 |
Color Harmonies of #7155CB
Complementary color
Monochromatic Colors of #7155CB
Black with #7155CB
Text Example
Text Example
White with #7155CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7155CB; }
p { color: rgb(113,85,203); }
H1.HeaderClassName
{
color: #7155CB;
}
.AnyTagClassName
{
color: #7155CB;
}
</style>
background-color css
<style>
a { background-color: #7155CB; }
a { background-color: rgb(113,85,203); }
div.DivClassName
{
background-color: #7155CB;
}
.BgClassName
{
background-color: #7155CB;
}
</style>
border-color css
<style>
span { border-color: #7155CB; }
span { border-color: rgb(113,85,203); }
td.TdClassName
{
border-color: #7155CB;
}
.TagClassName
{
border-color: #7155CB;
}
</style>