Shades of Slate Blue #7340DB
Tints of Slate Blue #7340DB
RGB
CMYK
RGB Variations
Color information
#7340DB (or 0x7340DB) is known color: Slate Blue. HEX triplet: 73, 40 and DB. RGB value is (115,64,219). Sum of RGB (Red+Green+Blue) = 115+64+219=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #7340DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7340DB is #8CBF24. Grayscale: #606060. Windows color (decimal): -9223973 or 14368883. OLE color: 14368883.
HSL color Cylindrical-coordinate representation of color #7340DB: hue angle of 259.74º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7340DB is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 64 | 219 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.14 |
| HSL | 259.74º | 0.68% | 0.55% | - |
| HSV(B) | 259.74º | 0.71% | 0.86% | - |
| XYZ | 21.69 | 12.43 | 68.27 | - |
| YUV | 96.92 | 196.9 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 64 | 219 | 0.47 | 0.71 | 0 | 0.14 | 259.74 | 0.68 | 0.55 |
| Hex | 73 | 40 | DB | 2F | 47 | 0 | E | 104 | 44 | 37 |
| Octal | 163 | 100 | 333 | 57 | 107 | 0 | 16 | 404 | 104 | 67 |
| Binary | 1110011 | 1000000 | 11011011 | 101111 | 1000111 | 0 | 1110 | 100000100 | 1000100 | 110111 |
Color Harmonies of #7340DB
Complementary color
Monochromatic Colors of #7340DB
Black with #7340DB
Text Example
Text Example
White with #7340DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7340DB; }
p { color: rgb(115,64,219); }
H1.HeaderClassName
{
color: #7340DB;
}
.AnyTagClassName
{
color: #7340DB;
}
</style>
background-color css
<style>
a { background-color: #7340DB; }
a { background-color: rgb(115,64,219); }
div.DivClassName
{
background-color: #7340DB;
}
.BgClassName
{
background-color: #7340DB;
}
</style>
border-color css
<style>
span { border-color: #7340DB; }
span { border-color: rgb(115,64,219); }
td.TdClassName
{
border-color: #7340DB;
}
.TagClassName
{
border-color: #7340DB;
}
</style>