Shades of Slate Blue #7152CB
Tints of Slate Blue #7152CB
RGB
CMYK
RGB Variations
Color information
#7152CB (or 0x7152CB) is known color: Slate Blue. HEX triplet: 71, 52 and CB. RGB value is (113,82,203). Sum of RGB (Red+Green+Blue) = 113+82+203=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #7152CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7152CB is #8EAD34. Grayscale: #686868. Windows color (decimal): -9350453 or 13324913. OLE color: 13324913.
HSL color Cylindrical-coordinate representation of color #7152CB: hue angle of 255.37º 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 #7152CB is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 82 | 203 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.20 |
| HSL | 255.37º | 0.54% | 0.56% | - |
| HSV(B) | 255.37º | 0.6% | 0.8% | - |
| XYZ | 20.61 | 13.86 | 58.09 | - |
| YUV | 105.06 | 183.27 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 82 | 203 | 0.44 | 0.60 | 0 | 0.20 | 255.37 | 0.54 | 0.56 |
| Hex | 71 | 52 | CB | 2C | 3C | 0 | 14 | FF | 36 | 38 |
| Octal | 161 | 122 | 313 | 54 | 74 | 0 | 24 | 377 | 66 | 70 |
| Binary | 1110001 | 1010010 | 11001011 | 101100 | 111100 | 0 | 10100 | 11111111 | 110110 | 111000 |
Color Harmonies of #7152CB
Complementary color
Monochromatic Colors of #7152CB
Black with #7152CB
Text Example
Text Example
White with #7152CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7152CB; }
p { color: rgb(113,82,203); }
H1.HeaderClassName
{
color: #7152CB;
}
.AnyTagClassName
{
color: #7152CB;
}
</style>
background-color css
<style>
a { background-color: #7152CB; }
a { background-color: rgb(113,82,203); }
div.DivClassName
{
background-color: #7152CB;
}
.BgClassName
{
background-color: #7152CB;
}
</style>
border-color css
<style>
span { border-color: #7152CB; }
span { border-color: rgb(113,82,203); }
td.TdClassName
{
border-color: #7152CB;
}
.TagClassName
{
border-color: #7152CB;
}
</style>