Shades of Slate Blue #7340DC
Tints of Slate Blue #7340DC
RGB
CMYK
RGB Variations
Color information
#7340DC (or 0x7340DC) is known color: Slate Blue. HEX triplet: 73, 40 and DC. RGB value is (115,64,220). Sum of RGB (Red+Green+Blue) = 115+64+220=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #7340DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7340DC is #8CBF23. Grayscale: #606060. Windows color (decimal): -9223972 or 14434419. OLE color: 14434419.
HSL color Cylindrical-coordinate representation of color #7340DC: hue angle of 259.62º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7340DC is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 64 | 220 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.14 |
| HSL | 259.62º | 0.69% | 0.56% | - |
| HSV(B) | 259.62º | 0.71% | 0.86% | - |
| XYZ | 21.82 | 12.48 | 68.97 | - |
| YUV | 97.03 | 197.4 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 64 | 220 | 0.48 | 0.71 | 0 | 0.14 | 259.62 | 0.69 | 0.56 |
| Hex | 73 | 40 | DC | 30 | 47 | 0 | E | 104 | 45 | 38 |
| Octal | 163 | 100 | 334 | 60 | 107 | 0 | 16 | 404 | 105 | 70 |
| Binary | 1110011 | 1000000 | 11011100 | 110000 | 1000111 | 0 | 1110 | 100000100 | 1000101 | 111000 |
Color Harmonies of #7340DC
Complementary color
Monochromatic Colors of #7340DC
Black with #7340DC
Text Example
Text Example
White with #7340DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7340DC; }
p { color: rgb(115,64,220); }
H1.HeaderClassName
{
color: #7340DC;
}
.AnyTagClassName
{
color: #7340DC;
}
</style>
background-color css
<style>
a { background-color: #7340DC; }
a { background-color: rgb(115,64,220); }
div.DivClassName
{
background-color: #7340DC;
}
.BgClassName
{
background-color: #7340DC;
}
</style>
border-color css
<style>
span { border-color: #7340DC; }
span { border-color: rgb(115,64,220); }
td.TdClassName
{
border-color: #7340DC;
}
.TagClassName
{
border-color: #7340DC;
}
</style>