Shades of Medium Slate Blue #7675EE
Tints of Medium Slate Blue #7675EE
RGB
CMYK
RGB Variations
Color information
#7675EE (or 0x7675EE) is known color: Medium Slate Blue. HEX triplet: 76, 75 and EE. RGB value is (118,117,238). Sum of RGB (Red+Green+Blue) = 118+117+238=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #7675EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7675EE is #898A11. Grayscale: #828282. Windows color (decimal): -9013778 or 15627638. OLE color: 15627638.
HSL color Cylindrical-coordinate representation of color #7675EE: hue angle of 240.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7675EE is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 117 | 238 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.07 |
| HSL | 240.5º | 0.78% | 0.7% | - |
| HSV(B) | 240.5º | 0.51% | 0.93% | - |
| XYZ | 29.27 | 22.75 | 83.74 | - |
| YUV | 131.09 | 188.33 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 117 | 238 | 0.50 | 0.51 | 0 | 0.07 | 240.5 | 0.78 | 0.7 |
| Hex | 76 | 75 | EE | 32 | 33 | 0 | 7 | F0 | 4E | 46 |
| Octal | 166 | 165 | 356 | 62 | 63 | 0 | 7 | 360 | 116 | 106 |
| Binary | 1110110 | 1110101 | 11101110 | 110010 | 110011 | 0 | 111 | 11110000 | 1001110 | 1000110 |
Color Harmonies of #7675EE
Complementary color
Monochromatic Colors of #7675EE
Black with #7675EE
Text Example
Text Example
White with #7675EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7675EE; }
p { color: rgb(118,117,238); }
H1.HeaderClassName
{
color: #7675EE;
}
.AnyTagClassName
{
color: #7675EE;
}
</style>
background-color css
<style>
a { background-color: #7675EE; }
a { background-color: rgb(118,117,238); }
div.DivClassName
{
background-color: #7675EE;
}
.BgClassName
{
background-color: #7675EE;
}
</style>
border-color css
<style>
span { border-color: #7675EE; }
span { border-color: rgb(118,117,238); }
td.TdClassName
{
border-color: #7675EE;
}
.TagClassName
{
border-color: #7675EE;
}
</style>