Shades of Medium Slate Blue #7667FD
Tints of Medium Slate Blue #7667FD
RGB
CMYK
RGB Variations
Color information
#7667FD (or 0x7667FD) is known color: Medium Slate Blue. HEX triplet: 76, 67 and FD. RGB value is (118,103,253). Sum of RGB (Red+Green+Blue) = 118+103+253=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 103 (40.62% from 255 or 21.73% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #7667FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7667FD is #899802. Grayscale: #7B7B7B. Windows color (decimal): -9017347 or 16607094. OLE color: 16607094.
HSL color Cylindrical-coordinate representation of color #7667FD: hue angle of 246º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7667FD is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 103 | 253 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.01 |
| HSL | 246º | 0.97% | 0.7% | - |
| HSV(B) | 246º | 0.59% | 0.99% | - |
| XYZ | 30.05 | 20.64 | 95.33 | - |
| YUV | 124.59 | 200.47 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 103 | 253 | 0.53 | 0.59 | 0 | 0.01 | 246 | 0.97 | 0.7 |
| Hex | 76 | 67 | FD | 35 | 3B | 0 | 1 | F6 | 61 | 46 |
| Octal | 166 | 147 | 375 | 65 | 73 | 0 | 1 | 366 | 141 | 106 |
| Binary | 1110110 | 1100111 | 11111101 | 110101 | 111011 | 0 | 1 | 11110110 | 1100001 | 1000110 |
Color Harmonies of #7667FD
Complementary color
Monochromatic Colors of #7667FD
Black with #7667FD
Text Example
Text Example
White with #7667FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7667FD; }
p { color: rgb(118,103,253); }
H1.HeaderClassName
{
color: #7667FD;
}
.AnyTagClassName
{
color: #7667FD;
}
</style>
background-color css
<style>
a { background-color: #7667FD; }
a { background-color: rgb(118,103,253); }
div.DivClassName
{
background-color: #7667FD;
}
.BgClassName
{
background-color: #7667FD;
}
</style>
border-color css
<style>
span { border-color: #7667FD; }
span { border-color: rgb(118,103,253); }
td.TdClassName
{
border-color: #7667FD;
}
.TagClassName
{
border-color: #7667FD;
}
</style>