Shades of Medium Slate Blue #7667DB
Tints of Medium Slate Blue #7667DB
RGB
CMYK
RGB Variations
Color information
#7667DB (or 0x7667DB) is known color: Medium Slate Blue. HEX triplet: 76, 67 and DB. RGB value is (118,103,219). Sum of RGB (Red+Green+Blue) = 118+103+219=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #7667DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7667DB is #899824. Grayscale: #787878. Windows color (decimal): -9017381 or 14378870. OLE color: 14378870.
HSL color Cylindrical-coordinate representation of color #7667DB: hue angle of 247.76º 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 #7667DB is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 103 | 219 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.14 |
| HSL | 247.76º | 0.62% | 0.63% | - |
| HSV(B) | 247.76º | 0.53% | 0.86% | - |
| XYZ | 25.11 | 18.67 | 69.3 | - |
| YUV | 120.71 | 183.47 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 103 | 219 | 0.46 | 0.53 | 0 | 0.14 | 247.76 | 0.62 | 0.63 |
| Hex | 76 | 67 | DB | 2E | 35 | 0 | E | F8 | 3E | 3F |
| Octal | 166 | 147 | 333 | 56 | 65 | 0 | 16 | 370 | 76 | 77 |
| Binary | 1110110 | 1100111 | 11011011 | 101110 | 110101 | 0 | 1110 | 11111000 | 111110 | 111111 |
Color Harmonies of #7667DB
Complementary color
Monochromatic Colors of #7667DB
Black with #7667DB
Text Example
Text Example
White with #7667DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7667DB; }
p { color: rgb(118,103,219); }
H1.HeaderClassName
{
color: #7667DB;
}
.AnyTagClassName
{
color: #7667DB;
}
</style>
background-color css
<style>
a { background-color: #7667DB; }
a { background-color: rgb(118,103,219); }
div.DivClassName
{
background-color: #7667DB;
}
.BgClassName
{
background-color: #7667DB;
}
</style>
border-color css
<style>
span { border-color: #7667DB; }
span { border-color: rgb(118,103,219); }
td.TdClassName
{
border-color: #7667DB;
}
.TagClassName
{
border-color: #7667DB;
}
</style>