Shades of Medium Slate Blue #7672EF
Tints of Medium Slate Blue #7672EF
RGB
CMYK
RGB Variations
Color information
#7672EF (or 0x7672EF) is known color: Medium Slate Blue. HEX triplet: 76, 72 and EF. RGB value is (118,114,239). Sum of RGB (Red+Green+Blue) = 118+114+239=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #7672EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7672EF is #898D10. Grayscale: #808080. Windows color (decimal): -9014545 or 15692406. OLE color: 15692406.
HSL color Cylindrical-coordinate representation of color #7672EF: hue angle of 241.92º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7672EF is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 114 | 239 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.06 |
| HSL | 241.92º | 0.8% | 0.69% | - |
| HSV(B) | 241.92º | 0.52% | 0.94% | - |
| XYZ | 29.07 | 22.12 | 84.4 | - |
| YUV | 129.45 | 189.83 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 114 | 239 | 0.51 | 0.52 | 0 | 0.06 | 241.92 | 0.8 | 0.69 |
| Hex | 76 | 72 | EF | 33 | 34 | 0 | 6 | F2 | 50 | 45 |
| Octal | 166 | 162 | 357 | 63 | 64 | 0 | 6 | 362 | 120 | 105 |
| Binary | 1110110 | 1110010 | 11101111 | 110011 | 110100 | 0 | 110 | 11110010 | 1010000 | 1000101 |
Color Harmonies of #7672EF
Complementary color
Monochromatic Colors of #7672EF
Black with #7672EF
Text Example
Text Example
White with #7672EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7672EF; }
p { color: rgb(118,114,239); }
H1.HeaderClassName
{
color: #7672EF;
}
.AnyTagClassName
{
color: #7672EF;
}
</style>
background-color css
<style>
a { background-color: #7672EF; }
a { background-color: rgb(118,114,239); }
div.DivClassName
{
background-color: #7672EF;
}
.BgClassName
{
background-color: #7672EF;
}
</style>
border-color css
<style>
span { border-color: #7672EF; }
span { border-color: rgb(118,114,239); }
td.TdClassName
{
border-color: #7672EF;
}
.TagClassName
{
border-color: #7672EF;
}
</style>