Shades of Medium Slate Blue #7468DB
Tints of Medium Slate Blue #7468DB
RGB
CMYK
RGB Variations
Color information
#7468DB (or 0x7468DB) is known color: Medium Slate Blue. HEX triplet: 74, 68 and DB. RGB value is (116,104,219). Sum of RGB (Red+Green+Blue) = 116+104+219=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #7468DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7468DB is #8B9724. Grayscale: #787878. Windows color (decimal): -9148197 or 14379124. OLE color: 14379124.
HSL color Cylindrical-coordinate representation of color #7468DB: hue angle of 246.26º degrees, saturation: 0.61, 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 #7468DB is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 104 | 219 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.14 |
| HSL | 246.26º | 0.61% | 0.63% | - |
| HSV(B) | 246.26º | 0.53% | 0.86% | - |
| XYZ | 24.94 | 18.73 | 69.32 | - |
| YUV | 120.7 | 183.48 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 104 | 219 | 0.47 | 0.53 | 0 | 0.14 | 246.26 | 0.61 | 0.63 |
| Hex | 74 | 68 | DB | 2F | 35 | 0 | E | F6 | 3D | 3F |
| Octal | 164 | 150 | 333 | 57 | 65 | 0 | 16 | 366 | 75 | 77 |
| Binary | 1110100 | 1101000 | 11011011 | 101111 | 110101 | 0 | 1110 | 11110110 | 111101 | 111111 |
Color Harmonies of #7468DB
Complementary color
Monochromatic Colors of #7468DB
Black with #7468DB
Text Example
Text Example
White with #7468DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7468DB; }
p { color: rgb(116,104,219); }
H1.HeaderClassName
{
color: #7468DB;
}
.AnyTagClassName
{
color: #7468DB;
}
</style>
background-color css
<style>
a { background-color: #7468DB; }
a { background-color: rgb(116,104,219); }
div.DivClassName
{
background-color: #7468DB;
}
.BgClassName
{
background-color: #7468DB;
}
</style>
border-color css
<style>
span { border-color: #7468DB; }
span { border-color: rgb(116,104,219); }
td.TdClassName
{
border-color: #7468DB;
}
.TagClassName
{
border-color: #7468DB;
}
</style>