Shades of Medium Slate Blue #7F66F0
Tints of Medium Slate Blue #7F66F0
RGB
CMYK
RGB Variations
Color information
#7F66F0 (or 0x7F66F0) is known color: Medium Slate Blue. HEX triplet: 7F, 66 and F0. RGB value is (127,102,240). Sum of RGB (Red+Green+Blue) = 127+102+240=469 (62% of max value = 765). Red value is 127 (50% from 255 or 27.08% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 240 (94.14% from 255 or 51.17% from 469); Max value from RGB is 240 - color contains mainly: blue. Hex color #7F66F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F66F0 is #80990F. Grayscale: #7C7C7C. Windows color (decimal): -8427792 or 15754879. OLE color: 15754879.
HSL color Cylindrical-coordinate representation of color #7F66F0: hue angle of 250.87º degrees, saturation: 0.82, 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 #7F66F0 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 127 | 102 | 240 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.06 |
| HSL | 250.87º | 0.82% | 0.67% | - |
| HSV(B) | 250.87º | 0.58% | 0.94% | - |
| XYZ | 29.23 | 20.31 | 84.82 | - |
| YUV | 125.21 | 192.78 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 102 | 240 | 0.47 | 0.58 | 0 | 0.06 | 250.87 | 0.82 | 0.67 |
| Hex | 7F | 66 | F0 | 2F | 3A | 0 | 6 | FB | 52 | 43 |
| Octal | 177 | 146 | 360 | 57 | 72 | 0 | 6 | 373 | 122 | 103 |
| Binary | 1111111 | 1100110 | 11110000 | 101111 | 111010 | 0 | 110 | 11111011 | 1010010 | 1000011 |
Color Harmonies of #7F66F0
Complementary color
Monochromatic Colors of #7F66F0
Black with #7F66F0
Text Example
Text Example
White with #7F66F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F66F0; }
p { color: rgb(127,102,240); }
H1.HeaderClassName
{
color: #7F66F0;
}
.AnyTagClassName
{
color: #7F66F0;
}
</style>
background-color css
<style>
a { background-color: #7F66F0; }
a { background-color: rgb(127,102,240); }
div.DivClassName
{
background-color: #7F66F0;
}
.BgClassName
{
background-color: #7F66F0;
}
</style>
border-color css
<style>
span { border-color: #7F66F0; }
span { border-color: rgb(127,102,240); }
td.TdClassName
{
border-color: #7F66F0;
}
.TagClassName
{
border-color: #7F66F0;
}
</style>