Shades of Slate Blue #7353DA
Tints of Slate Blue #7353DA
RGB
CMYK
RGB Variations
Color information
#7353DA (or 0x7353DA) is known color: Slate Blue. HEX triplet: 73, 53 and DA. RGB value is (115,83,218). Sum of RGB (Red+Green+Blue) = 115+83+218=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #7353DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7353DA is #8CAC25. Grayscale: #6B6B6B. Windows color (decimal): -9219110 or 14308211. OLE color: 14308211.
HSL color Cylindrical-coordinate representation of color #7353DA: hue angle of 254.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7353DA is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 83 | 218 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.15 |
| HSL | 254.22º | 0.65% | 0.59% | - |
| HSV(B) | 254.22º | 0.62% | 0.85% | - |
| XYZ | 22.82 | 14.89 | 68 | - |
| YUV | 107.96 | 190.1 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 83 | 218 | 0.47 | 0.62 | 0 | 0.15 | 254.22 | 0.65 | 0.59 |
| Hex | 73 | 53 | DA | 2F | 3E | 0 | F | FE | 41 | 3B |
| Octal | 163 | 123 | 332 | 57 | 76 | 0 | 17 | 376 | 101 | 73 |
| Binary | 1110011 | 1010011 | 11011010 | 101111 | 111110 | 0 | 1111 | 11111110 | 1000001 | 111011 |
Color Harmonies of #7353DA
Complementary color
Monochromatic Colors of #7353DA
Black with #7353DA
Text Example
Text Example
White with #7353DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7353DA; }
p { color: rgb(115,83,218); }
H1.HeaderClassName
{
color: #7353DA;
}
.AnyTagClassName
{
color: #7353DA;
}
</style>
background-color css
<style>
a { background-color: #7353DA; }
a { background-color: rgb(115,83,218); }
div.DivClassName
{
background-color: #7353DA;
}
.BgClassName
{
background-color: #7353DA;
}
</style>
border-color css
<style>
span { border-color: #7353DA; }
span { border-color: rgb(115,83,218); }
td.TdClassName
{
border-color: #7353DA;
}
.TagClassName
{
border-color: #7353DA;
}
</style>