Shades of Medium Slate Blue #665AF7
Tints of Medium Slate Blue #665AF7
RGB
CMYK
RGB Variations
Color information
#665AF7 (or 0x665AF7) is known color: Medium Slate Blue. HEX triplet: 66, 5A and F7. RGB value is (102,90,247). Sum of RGB (Red+Green+Blue) = 102+90+247=439 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.23% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 247 (96.88% from 255 or 56.26% from 439); Max value from RGB is 247 - color contains mainly: blue. Hex color #665AF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665AF7 is #99A508. Grayscale: #6E6E6E. Windows color (decimal): -10069257 or 16210534. OLE color: 16210534.
HSL color Cylindrical-coordinate representation of color #665AF7: hue angle of 244.59º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #665AF7 is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 90 | 247 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.03 |
| HSL | 244.59º | 0.91% | 0.66% | - |
| HSV(B) | 244.59º | 0.64% | 0.97% | - |
| XYZ | 25.92 | 16.85 | 89.88 | - |
| YUV | 111.49 | 204.48 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 247 | 0.59 | 0.64 | 0 | 0.03 | 244.59 | 0.91 | 0.66 |
| Hex | 66 | 5A | F7 | 3B | 40 | 0 | 3 | F5 | 5B | 42 |
| Octal | 146 | 132 | 367 | 73 | 100 | 0 | 3 | 365 | 133 | 102 |
| Binary | 1100110 | 1011010 | 11110111 | 111011 | 1000000 | 0 | 11 | 11110101 | 1011011 | 1000010 |
Color Harmonies of #665AF7
Complementary color
Monochromatic Colors of #665AF7
Black with #665AF7
Text Example
Text Example
White with #665AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665AF7; }
p { color: rgb(102,90,247); }
H1.HeaderClassName
{
color: #665AF7;
}
.AnyTagClassName
{
color: #665AF7;
}
</style>
background-color css
<style>
a { background-color: #665AF7; }
a { background-color: rgb(102,90,247); }
div.DivClassName
{
background-color: #665AF7;
}
.BgClassName
{
background-color: #665AF7;
}
</style>
border-color css
<style>
span { border-color: #665AF7; }
span { border-color: rgb(102,90,247); }
td.TdClassName
{
border-color: #665AF7;
}
.TagClassName
{
border-color: #665AF7;
}
</style>