Shades of Medium Slate Blue #7467DB
Tints of Medium Slate Blue #7467DB
RGB
CMYK
RGB Variations
Color information
#7467DB (or 0x7467DB) is known color: Medium Slate Blue. HEX triplet: 74, 67 and DB. RGB value is (116,103,219). Sum of RGB (Red+Green+Blue) = 116+103+219=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #7467DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7467DB is #8B9824. Grayscale: #777777. Windows color (decimal): -9148453 or 14378868. OLE color: 14378868.
HSL color Cylindrical-coordinate representation of color #7467DB: hue angle of 246.72º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7467DB is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 103 | 219 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.14 |
| HSL | 246.72º | 0.62% | 0.63% | - |
| HSV(B) | 246.72º | 0.53% | 0.86% | - |
| XYZ | 24.84 | 18.53 | 69.28 | - |
| YUV | 120.11 | 183.81 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 219 | 0.47 | 0.53 | 0 | 0.14 | 246.72 | 0.62 | 0.63 |
| Hex | 74 | 67 | DB | 2F | 35 | 0 | E | F7 | 3E | 3F |
| Octal | 164 | 147 | 333 | 57 | 65 | 0 | 16 | 367 | 76 | 77 |
| Binary | 1110100 | 1100111 | 11011011 | 101111 | 110101 | 0 | 1110 | 11110111 | 111110 | 111111 |
Color Harmonies of #7467DB
Complementary color
Monochromatic Colors of #7467DB
Black with #7467DB
Text Example
Text Example
White with #7467DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7467DB; }
p { color: rgb(116,103,219); }
H1.HeaderClassName
{
color: #7467DB;
}
.AnyTagClassName
{
color: #7467DB;
}
</style>
background-color css
<style>
a { background-color: #7467DB; }
a { background-color: rgb(116,103,219); }
div.DivClassName
{
background-color: #7467DB;
}
.BgClassName
{
background-color: #7467DB;
}
</style>
border-color css
<style>
span { border-color: #7467DB; }
span { border-color: rgb(116,103,219); }
td.TdClassName
{
border-color: #7467DB;
}
.TagClassName
{
border-color: #7467DB;
}
</style>