Shades of Slate Blue #7356DD
Tints of Slate Blue #7356DD
RGB
CMYK
RGB Variations
Color information
#7356DD (or 0x7356DD) is known color: Slate Blue. HEX triplet: 73, 56 and DD. RGB value is (115,86,221). Sum of RGB (Red+Green+Blue) = 115+86+221=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #7356DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7356DD is #8CA922. Grayscale: #6D6D6D. Windows color (decimal): -9218339 or 14505587. OLE color: 14505587.
HSL color Cylindrical-coordinate representation of color #7356DD: hue angle of 252.89º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7356DD is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 86 | 221 | - |
| CMYK | 0.48 | 0.61 | 0 | 0.13 |
| HSL | 252.89º | 0.67% | 0.6% | - |
| HSV(B) | 252.89º | 0.61% | 0.87% | - |
| XYZ | 23.45 | 15.52 | 70.17 | - |
| YUV | 110.06 | 190.61 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 86 | 221 | 0.48 | 0.61 | 0 | 0.13 | 252.89 | 0.67 | 0.6 |
| Hex | 73 | 56 | DD | 30 | 3D | 0 | D | FD | 43 | 3C |
| Octal | 163 | 126 | 335 | 60 | 75 | 0 | 15 | 375 | 103 | 74 |
| Binary | 1110011 | 1010110 | 11011101 | 110000 | 111101 | 0 | 1101 | 11111101 | 1000011 | 111100 |
Color Harmonies of #7356DD
Complementary color
Monochromatic Colors of #7356DD
Black with #7356DD
Text Example
Text Example
White with #7356DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7356DD; }
p { color: rgb(115,86,221); }
H1.HeaderClassName
{
color: #7356DD;
}
.AnyTagClassName
{
color: #7356DD;
}
</style>
background-color css
<style>
a { background-color: #7356DD; }
a { background-color: rgb(115,86,221); }
div.DivClassName
{
background-color: #7356DD;
}
.BgClassName
{
background-color: #7356DD;
}
</style>
border-color css
<style>
span { border-color: #7356DD; }
span { border-color: rgb(115,86,221); }
td.TdClassName
{
border-color: #7356DD;
}
.TagClassName
{
border-color: #7356DD;
}
</style>