Shades of Medium Slate Blue #7666DA
Tints of Medium Slate Blue #7666DA
RGB
CMYK
RGB Variations
Color information
#7666DA (or 0x7666DA) is known color: Medium Slate Blue. HEX triplet: 76, 66 and DA. RGB value is (118,102,218). Sum of RGB (Red+Green+Blue) = 118+102+218=438 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.94% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #7666DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7666DA is #899925. Grayscale: #777777. Windows color (decimal): -9017638 or 14313078. OLE color: 14313078.
HSL color Cylindrical-coordinate representation of color #7666DA: hue angle of 248.28º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7666DA is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 102 | 218 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.15 |
| HSL | 248.28º | 0.61% | 0.63% | - |
| HSV(B) | 248.28º | 0.53% | 0.85% | - |
| XYZ | 24.88 | 18.42 | 68.57 | - |
| YUV | 120.01 | 183.3 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 102 | 218 | 0.46 | 0.53 | 0 | 0.15 | 248.28 | 0.61 | 0.63 |
| Hex | 76 | 66 | DA | 2E | 35 | 0 | F | F8 | 3D | 3F |
| Octal | 166 | 146 | 332 | 56 | 65 | 0 | 17 | 370 | 75 | 77 |
| Binary | 1110110 | 1100110 | 11011010 | 101110 | 110101 | 0 | 1111 | 11111000 | 111101 | 111111 |
Color Harmonies of #7666DA
Complementary color
Monochromatic Colors of #7666DA
Black with #7666DA
Text Example
Text Example
White with #7666DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7666DA; }
p { color: rgb(118,102,218); }
H1.HeaderClassName
{
color: #7666DA;
}
.AnyTagClassName
{
color: #7666DA;
}
</style>
background-color css
<style>
a { background-color: #7666DA; }
a { background-color: rgb(118,102,218); }
div.DivClassName
{
background-color: #7666DA;
}
.BgClassName
{
background-color: #7666DA;
}
</style>
border-color css
<style>
span { border-color: #7666DA; }
span { border-color: rgb(118,102,218); }
td.TdClassName
{
border-color: #7666DA;
}
.TagClassName
{
border-color: #7666DA;
}
</style>