Shades of Slate Blue #7364DB
Tints of Slate Blue #7364DB
RGB
CMYK
RGB Variations
Color information
#7364DB (or 0x7364DB) is known color: Slate Blue. HEX triplet: 73, 64 and DB. RGB value is (115,100,219). Sum of RGB (Red+Green+Blue) = 115+100+219=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #7364DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7364DB is #8C9B24. Grayscale: #757575. Windows color (decimal): -9214757 or 14378099. OLE color: 14378099.
HSL color Cylindrical-coordinate representation of color #7364DB: hue angle of 247.56º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7364DB is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 100 | 219 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.14 |
| HSL | 247.56º | 0.62% | 0.63% | - |
| HSV(B) | 247.56º | 0.54% | 0.86% | - |
| XYZ | 24.41 | 17.87 | 69.18 | - |
| YUV | 118.05 | 184.97 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 100 | 219 | 0.47 | 0.54 | 0 | 0.14 | 247.56 | 0.62 | 0.63 |
| Hex | 73 | 64 | DB | 2F | 36 | 0 | E | F8 | 3E | 3F |
| Octal | 163 | 144 | 333 | 57 | 66 | 0 | 16 | 370 | 76 | 77 |
| Binary | 1110011 | 1100100 | 11011011 | 101111 | 110110 | 0 | 1110 | 11111000 | 111110 | 111111 |
Color Harmonies of #7364DB
Complementary color
Monochromatic Colors of #7364DB
Black with #7364DB
Text Example
Text Example
White with #7364DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7364DB; }
p { color: rgb(115,100,219); }
H1.HeaderClassName
{
color: #7364DB;
}
.AnyTagClassName
{
color: #7364DB;
}
</style>
background-color css
<style>
a { background-color: #7364DB; }
a { background-color: rgb(115,100,219); }
div.DivClassName
{
background-color: #7364DB;
}
.BgClassName
{
background-color: #7364DB;
}
</style>
border-color css
<style>
span { border-color: #7364DB; }
span { border-color: rgb(115,100,219); }
td.TdClassName
{
border-color: #7364DB;
}
.TagClassName
{
border-color: #7364DB;
}
</style>