Shades of Medium Slate Blue #665DF7
Tints of Medium Slate Blue #665DF7
RGB
CMYK
RGB Variations
Color information
#665DF7 (or 0x665DF7) is known color: Medium Slate Blue. HEX triplet: 66, 5D and F7. RGB value is (102,93,247). Sum of RGB (Red+Green+Blue) = 102+93+247=442 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.08% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 247 (96.88% from 255 or 55.88% from 442); Max value from RGB is 247 - color contains mainly: blue. Hex color #665DF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665DF7 is #99A208. Grayscale: #707070. Windows color (decimal): -10068489 or 16211302. OLE color: 16211302.
HSL color Cylindrical-coordinate representation of color #665DF7: hue angle of 243.51º 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 #665DF7 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 93 | 247 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.03 |
| HSL | 243.51º | 0.91% | 0.67% | - |
| HSV(B) | 243.51º | 0.62% | 0.97% | - |
| XYZ | 26.18 | 17.37 | 89.97 | - |
| YUV | 113.25 | 203.48 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 247 | 0.59 | 0.62 | 0 | 0.03 | 243.51 | 0.91 | 0.67 |
| Hex | 66 | 5D | F7 | 3B | 3E | 0 | 3 | F4 | 5B | 43 |
| Octal | 146 | 135 | 367 | 73 | 76 | 0 | 3 | 364 | 133 | 103 |
| Binary | 1100110 | 1011101 | 11110111 | 111011 | 111110 | 0 | 11 | 11110100 | 1011011 | 1000011 |
Color Harmonies of #665DF7
Complementary color
Monochromatic Colors of #665DF7
Black with #665DF7
Text Example
Text Example
White with #665DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665DF7; }
p { color: rgb(102,93,247); }
H1.HeaderClassName
{
color: #665DF7;
}
.AnyTagClassName
{
color: #665DF7;
}
</style>
background-color css
<style>
a { background-color: #665DF7; }
a { background-color: rgb(102,93,247); }
div.DivClassName
{
background-color: #665DF7;
}
.BgClassName
{
background-color: #665DF7;
}
</style>
border-color css
<style>
span { border-color: #665DF7; }
span { border-color: rgb(102,93,247); }
td.TdClassName
{
border-color: #665DF7;
}
.TagClassName
{
border-color: #665DF7;
}
</style>