Shades of Medium Slate Blue #665FF7
Tints of Medium Slate Blue #665FF7
RGB
CMYK
RGB Variations
Color information
#665FF7 (or 0x665FF7) is known color: Medium Slate Blue. HEX triplet: 66, 5F and F7. RGB value is (102,95,247). Sum of RGB (Red+Green+Blue) = 102+95+247=444 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.97% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 247 (96.88% from 255 or 55.63% from 444); Max value from RGB is 247 - color contains mainly: blue. Hex color #665FF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665FF7 is #99A008. Grayscale: #717171. Windows color (decimal): -10067977 or 16211814. OLE color: 16211814.
HSL color Cylindrical-coordinate representation of color #665FF7: hue angle of 242.76º degrees, saturation: 0.9, 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 #665FF7 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 95 | 247 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.03 |
| HSL | 242.76º | 0.9% | 0.67% | - |
| HSV(B) | 242.76º | 0.62% | 0.97% | - |
| XYZ | 26.36 | 17.72 | 90.03 | - |
| YUV | 114.42 | 202.82 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 247 | 0.59 | 0.62 | 0 | 0.03 | 242.76 | 0.9 | 0.67 |
| Hex | 66 | 5F | F7 | 3B | 3E | 0 | 3 | F3 | 5A | 43 |
| Octal | 146 | 137 | 367 | 73 | 76 | 0 | 3 | 363 | 132 | 103 |
| Binary | 1100110 | 1011111 | 11110111 | 111011 | 111110 | 0 | 11 | 11110011 | 1011010 | 1000011 |
Color Harmonies of #665FF7
Complementary color
Monochromatic Colors of #665FF7
Black with #665FF7
Text Example
Text Example
White with #665FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665FF7; }
p { color: rgb(102,95,247); }
H1.HeaderClassName
{
color: #665FF7;
}
.AnyTagClassName
{
color: #665FF7;
}
</style>
background-color css
<style>
a { background-color: #665FF7; }
a { background-color: rgb(102,95,247); }
div.DivClassName
{
background-color: #665FF7;
}
.BgClassName
{
background-color: #665FF7;
}
</style>
border-color css
<style>
span { border-color: #665FF7; }
span { border-color: rgb(102,95,247); }
td.TdClassName
{
border-color: #665FF7;
}
.TagClassName
{
border-color: #665FF7;
}
</style>