Shades of Medium Slate Blue #7F66E8
Tints of Medium Slate Blue #7F66E8
RGB
CMYK
RGB Variations
Color information
#7F66E8 (or 0x7F66E8) is known color: Medium Slate Blue. HEX triplet: 7F, 66 and E8. RGB value is (127,102,232). Sum of RGB (Red+Green+Blue) = 127+102+232=461 (61% of max value = 765). Red value is 127 (50% from 255 or 27.55% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 232 (91.02% from 255 or 50.33% from 461); Max value from RGB is 232 - color contains mainly: blue. Hex color #7F66E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F66E8 is #809917. Grayscale: #7B7B7B. Windows color (decimal): -8427800 or 15230591. OLE color: 15230591.
HSL color Cylindrical-coordinate representation of color #7F66E8: hue angle of 251.54º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F66E8 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 102 | 232 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.09 |
| HSL | 251.54º | 0.74% | 0.65% | - |
| HSV(B) | 251.54º | 0.56% | 0.91% | - |
| XYZ | 28.07 | 19.84 | 78.69 | - |
| YUV | 124.3 | 188.78 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 102 | 232 | 0.45 | 0.56 | 0 | 0.09 | 251.54 | 0.74 | 0.65 |
| Hex | 7F | 66 | E8 | 2D | 38 | 0 | 9 | FC | 4A | 41 |
| Octal | 177 | 146 | 350 | 55 | 70 | 0 | 11 | 374 | 112 | 101 |
| Binary | 1111111 | 1100110 | 11101000 | 101101 | 111000 | 0 | 1001 | 11111100 | 1001010 | 1000001 |
Color Harmonies of #7F66E8
Complementary color
Monochromatic Colors of #7F66E8
Black with #7F66E8
Text Example
Text Example
White with #7F66E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F66E8; }
p { color: rgb(127,102,232); }
H1.HeaderClassName
{
color: #7F66E8;
}
.AnyTagClassName
{
color: #7F66E8;
}
</style>
background-color css
<style>
a { background-color: #7F66E8; }
a { background-color: rgb(127,102,232); }
div.DivClassName
{
background-color: #7F66E8;
}
.BgClassName
{
background-color: #7F66E8;
}
</style>
border-color css
<style>
span { border-color: #7F66E8; }
span { border-color: rgb(127,102,232); }
td.TdClassName
{
border-color: #7F66E8;
}
.TagClassName
{
border-color: #7F66E8;
}
</style>