Shades of Slate Blue #7369D3
Tints of Slate Blue #7369D3
RGB
CMYK
RGB Variations
Color information
#7369D3 (or 0x7369D3) is known color: Slate Blue. HEX triplet: 73, 69 and D3. RGB value is (115,105,211). Sum of RGB (Red+Green+Blue) = 115+105+211=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 211 (82.81% from 255 or 48.96% from 431); Max value from RGB is 211 - color contains mainly: blue. Hex color #7369D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7369D3 is #8C962C. Grayscale: #777777. Windows color (decimal): -9213485 or 13855091. OLE color: 13855091.
HSL color Cylindrical-coordinate representation of color #7369D3: hue angle of 245.66º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7369D3 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 105 | 211 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.17 |
| HSL | 245.66º | 0.55% | 0.62% | - |
| HSV(B) | 245.66º | 0.5% | 0.83% | - |
| XYZ | 23.88 | 18.45 | 63.93 | - |
| YUV | 120.07 | 179.31 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 105 | 211 | 0.45 | 0.50 | 0 | 0.17 | 245.66 | 0.55 | 0.62 |
| Hex | 73 | 69 | D3 | 2D | 32 | 0 | 11 | F6 | 37 | 3E |
| Octal | 163 | 151 | 323 | 55 | 62 | 0 | 21 | 366 | 67 | 76 |
| Binary | 1110011 | 1101001 | 11010011 | 101101 | 110010 | 0 | 10001 | 11110110 | 110111 | 111110 |
Color Harmonies of #7369D3
Complementary color
Monochromatic Colors of #7369D3
Black with #7369D3
Text Example
Text Example
White with #7369D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7369D3; }
p { color: rgb(115,105,211); }
H1.HeaderClassName
{
color: #7369D3;
}
.AnyTagClassName
{
color: #7369D3;
}
</style>
background-color css
<style>
a { background-color: #7369D3; }
a { background-color: rgb(115,105,211); }
div.DivClassName
{
background-color: #7369D3;
}
.BgClassName
{
background-color: #7369D3;
}
</style>
border-color css
<style>
span { border-color: #7369D3; }
span { border-color: rgb(115,105,211); }
td.TdClassName
{
border-color: #7369D3;
}
.TagClassName
{
border-color: #7369D3;
}
</style>