Shades of Slate Blue #7360DC
Tints of Slate Blue #7360DC
RGB
CMYK
RGB Variations
Color information
#7360DC (or 0x7360DC) is known color: Slate Blue. HEX triplet: 73, 60 and DC. RGB value is (115,96,220). Sum of RGB (Red+Green+Blue) = 115+96+220=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #7360DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7360DC is #8C9F23. Grayscale: #737373. Windows color (decimal): -9215780 or 14442611. OLE color: 14442611.
HSL color Cylindrical-coordinate representation of color #7360DC: hue angle of 249.19º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7360DC is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 96 | 220 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.14 |
| HSL | 249.19º | 0.64% | 0.62% | - |
| HSV(B) | 249.19º | 0.56% | 0.86% | - |
| XYZ | 24.17 | 17.18 | 69.75 | - |
| YUV | 115.82 | 186.79 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 96 | 220 | 0.48 | 0.56 | 0 | 0.14 | 249.19 | 0.64 | 0.62 |
| Hex | 73 | 60 | DC | 30 | 38 | 0 | E | F9 | 40 | 3E |
| Octal | 163 | 140 | 334 | 60 | 70 | 0 | 16 | 371 | 100 | 76 |
| Binary | 1110011 | 1100000 | 11011100 | 110000 | 111000 | 0 | 1110 | 11111001 | 1000000 | 111110 |
Color Harmonies of #7360DC
Complementary color
Monochromatic Colors of #7360DC
Black with #7360DC
Text Example
Text Example
White with #7360DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7360DC; }
p { color: rgb(115,96,220); }
H1.HeaderClassName
{
color: #7360DC;
}
.AnyTagClassName
{
color: #7360DC;
}
</style>
background-color css
<style>
a { background-color: #7360DC; }
a { background-color: rgb(115,96,220); }
div.DivClassName
{
background-color: #7360DC;
}
.BgClassName
{
background-color: #7360DC;
}
</style>
border-color css
<style>
span { border-color: #7360DC; }
span { border-color: rgb(115,96,220); }
td.TdClassName
{
border-color: #7360DC;
}
.TagClassName
{
border-color: #7360DC;
}
</style>