Shades of Slate Blue #7353DC
Tints of Slate Blue #7353DC
RGB
CMYK
RGB Variations
Color information
#7353DC (or 0x7353DC) is known color: Slate Blue. HEX triplet: 73, 53 and DC. RGB value is (115,83,220). Sum of RGB (Red+Green+Blue) = 115+83+220=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #7353DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7353DC is #8CAC23. Grayscale: #6B6B6B. Windows color (decimal): -9219108 or 14439283. OLE color: 14439283.
HSL color Cylindrical-coordinate representation of color #7353DC: hue angle of 254.01º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7353DC is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 83 | 220 | - |
| CMYK | 0.48 | 0.62 | 0 | 0.14 |
| HSL | 254.01º | 0.66% | 0.59% | - |
| HSV(B) | 254.01º | 0.62% | 0.86% | - |
| XYZ | 23.08 | 15 | 69.39 | - |
| YUV | 108.19 | 191.1 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 83 | 220 | 0.48 | 0.62 | 0 | 0.14 | 254.01 | 0.66 | 0.59 |
| Hex | 73 | 53 | DC | 30 | 3E | 0 | E | FE | 42 | 3B |
| Octal | 163 | 123 | 334 | 60 | 76 | 0 | 16 | 376 | 102 | 73 |
| Binary | 1110011 | 1010011 | 11011100 | 110000 | 111110 | 0 | 1110 | 11111110 | 1000010 | 111011 |
Color Harmonies of #7353DC
Complementary color
Monochromatic Colors of #7353DC
Black with #7353DC
Text Example
Text Example
White with #7353DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7353DC; }
p { color: rgb(115,83,220); }
H1.HeaderClassName
{
color: #7353DC;
}
.AnyTagClassName
{
color: #7353DC;
}
</style>
background-color css
<style>
a { background-color: #7353DC; }
a { background-color: rgb(115,83,220); }
div.DivClassName
{
background-color: #7353DC;
}
.BgClassName
{
background-color: #7353DC;
}
</style>
border-color css
<style>
span { border-color: #7353DC; }
span { border-color: rgb(115,83,220); }
td.TdClassName
{
border-color: #7353DC;
}
.TagClassName
{
border-color: #7353DC;
}
</style>