Shades of Slate Blue #7362DB
Tints of Slate Blue #7362DB
RGB
CMYK
RGB Variations
Color information
#7362DB (or 0x7362DB) is known color: Slate Blue. HEX triplet: 73, 62 and DB. RGB value is (115,98,219). Sum of RGB (Red+Green+Blue) = 115+98+219=432 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.62% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #7362DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7362DB is #8C9D24. Grayscale: #747474. Windows color (decimal): -9215269 or 14377587. OLE color: 14377587.
HSL color Cylindrical-coordinate representation of color #7362DB: hue angle of 248.43º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7362DB is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 98 | 219 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.14 |
| HSL | 248.43º | 0.63% | 0.62% | - |
| HSV(B) | 248.43º | 0.55% | 0.86% | - |
| XYZ | 24.22 | 17.49 | 69.12 | - |
| YUV | 116.88 | 185.63 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 98 | 219 | 0.47 | 0.55 | 0 | 0.14 | 248.43 | 0.63 | 0.62 |
| Hex | 73 | 62 | DB | 2F | 37 | 0 | E | F8 | 3F | 3E |
| Octal | 163 | 142 | 333 | 57 | 67 | 0 | 16 | 370 | 77 | 76 |
| Binary | 1110011 | 1100010 | 11011011 | 101111 | 110111 | 0 | 1110 | 11111000 | 111111 | 111110 |
Color Harmonies of #7362DB
Complementary color
Monochromatic Colors of #7362DB
Black with #7362DB
Text Example
Text Example
White with #7362DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7362DB; }
p { color: rgb(115,98,219); }
H1.HeaderClassName
{
color: #7362DB;
}
.AnyTagClassName
{
color: #7362DB;
}
</style>
background-color css
<style>
a { background-color: #7362DB; }
a { background-color: rgb(115,98,219); }
div.DivClassName
{
background-color: #7362DB;
}
.BgClassName
{
background-color: #7362DB;
}
</style>
border-color css
<style>
span { border-color: #7362DB; }
span { border-color: rgb(115,98,219); }
td.TdClassName
{
border-color: #7362DB;
}
.TagClassName
{
border-color: #7362DB;
}
</style>