Shades of Medium Slate Blue #7467DC
Tints of Medium Slate Blue #7467DC
RGB
CMYK
RGB Variations
Color information
#7467DC (or 0x7467DC) is known color: Medium Slate Blue. HEX triplet: 74, 67 and DC. RGB value is (116,103,220). Sum of RGB (Red+Green+Blue) = 116+103+220=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #7467DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7467DC is #8B9823. Grayscale: #777777. Windows color (decimal): -9148452 or 14444404. OLE color: 14444404.
HSL color Cylindrical-coordinate representation of color #7467DC: hue angle of 246.67º degrees, saturation: 0.63, 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 #7467DC is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 103 | 220 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.14 |
| HSL | 246.67º | 0.63% | 0.63% | - |
| HSV(B) | 246.67º | 0.53% | 0.86% | - |
| XYZ | 24.97 | 18.58 | 69.98 | - |
| YUV | 120.23 | 184.31 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 220 | 0.47 | 0.53 | 0 | 0.14 | 246.67 | 0.63 | 0.63 |
| Hex | 74 | 67 | DC | 2F | 35 | 0 | E | F7 | 3F | 3F |
| Octal | 164 | 147 | 334 | 57 | 65 | 0 | 16 | 367 | 77 | 77 |
| Binary | 1110100 | 1100111 | 11011100 | 101111 | 110101 | 0 | 1110 | 11110111 | 111111 | 111111 |
Color Harmonies of #7467DC
Complementary color
Monochromatic Colors of #7467DC
Black with #7467DC
Text Example
Text Example
White with #7467DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7467DC; }
p { color: rgb(116,103,220); }
H1.HeaderClassName
{
color: #7467DC;
}
.AnyTagClassName
{
color: #7467DC;
}
</style>
background-color css
<style>
a { background-color: #7467DC; }
a { background-color: rgb(116,103,220); }
div.DivClassName
{
background-color: #7467DC;
}
.BgClassName
{
background-color: #7467DC;
}
</style>
border-color css
<style>
span { border-color: #7467DC; }
span { border-color: rgb(116,103,220); }
td.TdClassName
{
border-color: #7467DC;
}
.TagClassName
{
border-color: #7467DC;
}
</style>