Shades of Medium Slate Blue #665EF7
Tints of Medium Slate Blue #665EF7
RGB
CMYK
RGB Variations
Color information
#665EF7 (or 0x665EF7) is known color: Medium Slate Blue. HEX triplet: 66, 5E and F7. RGB value is (102,94,247). Sum of RGB (Red+Green+Blue) = 102+94+247=443 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.02% from 443); Green value is 94 (37.11% from 255 or 21.22% from 443); Blue value is 247 (96.88% from 255 or 55.76% from 443); Max value from RGB is 247 - color contains mainly: blue. Hex color #665EF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665EF7 is #99A108. Grayscale: #717171. Windows color (decimal): -10068233 or 16211558. OLE color: 16211558.
HSL color Cylindrical-coordinate representation of color #665EF7: hue angle of 243.14º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #665EF7 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 94 | 247 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.03 |
| HSL | 243.14º | 0.91% | 0.67% | - |
| HSV(B) | 243.14º | 0.62% | 0.97% | - |
| XYZ | 26.27 | 17.55 | 90 | - |
| YUV | 113.83 | 203.15 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 94 | 247 | 0.59 | 0.62 | 0 | 0.03 | 243.14 | 0.91 | 0.67 |
| Hex | 66 | 5E | F7 | 3B | 3E | 0 | 3 | F3 | 5B | 43 |
| Octal | 146 | 136 | 367 | 73 | 76 | 0 | 3 | 363 | 133 | 103 |
| Binary | 1100110 | 1011110 | 11110111 | 111011 | 111110 | 0 | 11 | 11110011 | 1011011 | 1000011 |
Color Harmonies of #665EF7
Complementary color
Monochromatic Colors of #665EF7
Black with #665EF7
Text Example
Text Example
White with #665EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665EF7; }
p { color: rgb(102,94,247); }
H1.HeaderClassName
{
color: #665EF7;
}
.AnyTagClassName
{
color: #665EF7;
}
</style>
background-color css
<style>
a { background-color: #665EF7; }
a { background-color: rgb(102,94,247); }
div.DivClassName
{
background-color: #665EF7;
}
.BgClassName
{
background-color: #665EF7;
}
</style>
border-color css
<style>
span { border-color: #665EF7; }
span { border-color: rgb(102,94,247); }
td.TdClassName
{
border-color: #665EF7;
}
.TagClassName
{
border-color: #665EF7;
}
</style>