Shades of Medium Slate Blue #7667EF
Tints of Medium Slate Blue #7667EF
RGB
CMYK
RGB Variations
Color information
#7667EF (or 0x7667EF) is known color: Medium Slate Blue. HEX triplet: 76, 67 and EF. RGB value is (118,103,239). Sum of RGB (Red+Green+Blue) = 118+103+239=460 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.65% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #7667EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7667EF is #899810. Grayscale: #7A7A7A. Windows color (decimal): -9017361 or 15689590. OLE color: 15689590.
HSL color Cylindrical-coordinate representation of color #7667EF: hue angle of 246.62º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7667EF is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 103 | 239 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.06 |
| HSL | 246.62º | 0.81% | 0.67% | - |
| HSV(B) | 246.62º | 0.57% | 0.94% | - |
| XYZ | 27.9 | 19.78 | 84.01 | - |
| YUV | 122.99 | 193.47 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 103 | 239 | 0.51 | 0.57 | 0 | 0.06 | 246.62 | 0.81 | 0.67 |
| Hex | 76 | 67 | EF | 33 | 39 | 0 | 6 | F7 | 51 | 43 |
| Octal | 166 | 147 | 357 | 63 | 71 | 0 | 6 | 367 | 121 | 103 |
| Binary | 1110110 | 1100111 | 11101111 | 110011 | 111001 | 0 | 110 | 11110111 | 1010001 | 1000011 |
Color Harmonies of #7667EF
Complementary color
Monochromatic Colors of #7667EF
Black with #7667EF
Text Example
Text Example
White with #7667EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7667EF; }
p { color: rgb(118,103,239); }
H1.HeaderClassName
{
color: #7667EF;
}
.AnyTagClassName
{
color: #7667EF;
}
</style>
background-color css
<style>
a { background-color: #7667EF; }
a { background-color: rgb(118,103,239); }
div.DivClassName
{
background-color: #7667EF;
}
.BgClassName
{
background-color: #7667EF;
}
</style>
border-color css
<style>
span { border-color: #7667EF; }
span { border-color: rgb(118,103,239); }
td.TdClassName
{
border-color: #7667EF;
}
.TagClassName
{
border-color: #7667EF;
}
</style>