Shades of Medium Slate Blue #7666FD
Tints of Medium Slate Blue #7666FD
RGB
CMYK
RGB Variations
Color information
#7666FD (or 0x7666FD) is known color: Medium Slate Blue. HEX triplet: 76, 66 and FD. RGB value is (118,102,253). Sum of RGB (Red+Green+Blue) = 118+102+253=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #7666FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7666FD is #899902. Grayscale: #7B7B7B. Windows color (decimal): -9017603 or 16606838. OLE color: 16606838.
HSL color Cylindrical-coordinate representation of color #7666FD: hue angle of 246.36º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7666FD is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 102 | 253 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.01 |
| HSL | 246.36º | 0.97% | 0.7% | - |
| HSV(B) | 246.36º | 0.6% | 0.99% | - |
| XYZ | 29.95 | 20.45 | 95.3 | - |
| YUV | 124 | 200.8 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 102 | 253 | 0.53 | 0.60 | 0 | 0.01 | 246.36 | 0.97 | 0.7 |
| Hex | 76 | 66 | FD | 35 | 3C | 0 | 1 | F6 | 61 | 46 |
| Octal | 166 | 146 | 375 | 65 | 74 | 0 | 1 | 366 | 141 | 106 |
| Binary | 1110110 | 1100110 | 11111101 | 110101 | 111100 | 0 | 1 | 11110110 | 1100001 | 1000110 |
Color Harmonies of #7666FD
Complementary color
Monochromatic Colors of #7666FD
Black with #7666FD
Text Example
Text Example
White with #7666FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7666FD; }
p { color: rgb(118,102,253); }
H1.HeaderClassName
{
color: #7666FD;
}
.AnyTagClassName
{
color: #7666FD;
}
</style>
background-color css
<style>
a { background-color: #7666FD; }
a { background-color: rgb(118,102,253); }
div.DivClassName
{
background-color: #7666FD;
}
.BgClassName
{
background-color: #7666FD;
}
</style>
border-color css
<style>
span { border-color: #7666FD; }
span { border-color: rgb(118,102,253); }
td.TdClassName
{
border-color: #7666FD;
}
.TagClassName
{
border-color: #7666FD;
}
</style>