Shades of Slate Blue #7353CE
Tints of Slate Blue #7353CE
RGB
CMYK
RGB Variations
Color information
#7353CE (or 0x7353CE) is known color: Slate Blue. HEX triplet: 73, 53 and CE. RGB value is (115,83,206). Sum of RGB (Red+Green+Blue) = 115+83+206=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #7353CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7353CE is #8CAC31. Grayscale: #6A6A6A. Windows color (decimal): -9219122 or 13521779. OLE color: 13521779.
HSL color Cylindrical-coordinate representation of color #7353CE: hue angle of 255.61º 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 #7353CE is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 83 | 206 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.19 |
| HSL | 255.61º | 0.56% | 0.57% | - |
| HSV(B) | 255.61º | 0.6% | 0.81% | - |
| XYZ | 21.3 | 14.29 | 60.03 | - |
| YUV | 106.59 | 184.1 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 83 | 206 | 0.44 | 0.60 | 0 | 0.19 | 255.61 | 0.56 | 0.57 |
| Hex | 73 | 53 | CE | 2C | 3C | 0 | 13 | 100 | 38 | 39 |
| Octal | 163 | 123 | 316 | 54 | 74 | 0 | 23 | 400 | 70 | 71 |
| Binary | 1110011 | 1010011 | 11001110 | 101100 | 111100 | 0 | 10011 | 100000000 | 111000 | 111001 |
Color Harmonies of #7353CE
Complementary color
Monochromatic Colors of #7353CE
Black with #7353CE
Text Example
Text Example
White with #7353CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7353CE; }
p { color: rgb(115,83,206); }
H1.HeaderClassName
{
color: #7353CE;
}
.AnyTagClassName
{
color: #7353CE;
}
</style>
background-color css
<style>
a { background-color: #7353CE; }
a { background-color: rgb(115,83,206); }
div.DivClassName
{
background-color: #7353CE;
}
.BgClassName
{
background-color: #7353CE;
}
</style>
border-color css
<style>
span { border-color: #7353CE; }
span { border-color: rgb(115,83,206); }
td.TdClassName
{
border-color: #7353CE;
}
.TagClassName
{
border-color: #7353CE;
}
</style>