Shades of Slate Blue #7153CF
Tints of Slate Blue #7153CF
RGB
CMYK
RGB Variations
Color information
#7153CF (or 0x7153CF) is known color: Slate Blue. HEX triplet: 71, 53 and CF. RGB value is (113,83,207). Sum of RGB (Red+Green+Blue) = 113+83+207=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #7153CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7153CF is #8EAC30. Grayscale: #696969. Windows color (decimal): -9350193 or 13587313. OLE color: 13587313.
HSL color Cylindrical-coordinate representation of color #7153CF: hue angle of 254.52º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7153CF is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 83 | 207 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.19 |
| HSL | 254.52º | 0.56% | 0.57% | - |
| HSV(B) | 254.52º | 0.6% | 0.81% | - |
| XYZ | 21.17 | 14.2 | 60.66 | - |
| YUV | 106.11 | 184.94 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 83 | 207 | 0.45 | 0.60 | 0 | 0.19 | 254.52 | 0.56 | 0.57 |
| Hex | 71 | 53 | CF | 2D | 3C | 0 | 13 | FF | 38 | 39 |
| Octal | 161 | 123 | 317 | 55 | 74 | 0 | 23 | 377 | 70 | 71 |
| Binary | 1110001 | 1010011 | 11001111 | 101101 | 111100 | 0 | 10011 | 11111111 | 111000 | 111001 |
Color Harmonies of #7153CF
Complementary color
Monochromatic Colors of #7153CF
Black with #7153CF
Text Example
Text Example
White with #7153CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7153CF; }
p { color: rgb(113,83,207); }
H1.HeaderClassName
{
color: #7153CF;
}
.AnyTagClassName
{
color: #7153CF;
}
</style>
background-color css
<style>
a { background-color: #7153CF; }
a { background-color: rgb(113,83,207); }
div.DivClassName
{
background-color: #7153CF;
}
.BgClassName
{
background-color: #7153CF;
}
</style>
border-color css
<style>
span { border-color: #7153CF; }
span { border-color: rgb(113,83,207); }
td.TdClassName
{
border-color: #7153CF;
}
.TagClassName
{
border-color: #7153CF;
}
</style>