Shades of Medium Slate Blue #665BF7
Tints of Medium Slate Blue #665BF7
RGB
CMYK
RGB Variations
Color information
#665BF7 (or 0x665BF7) is known color: Medium Slate Blue. HEX triplet: 66, 5B and F7. RGB value is (102,91,247). Sum of RGB (Red+Green+Blue) = 102+91+247=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 247 (96.88% from 255 or 56.14% from 440); Max value from RGB is 247 - color contains mainly: blue. Hex color #665BF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665BF7 is #99A408. Grayscale: #6F6F6F. Windows color (decimal): -10069001 or 16210790. OLE color: 16210790.
HSL color Cylindrical-coordinate representation of color #665BF7: hue angle of 244.23º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #665BF7 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 91 | 247 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.03 |
| HSL | 244.23º | 0.91% | 0.66% | - |
| HSV(B) | 244.23º | 0.63% | 0.97% | - |
| XYZ | 26.01 | 17.02 | 89.91 | - |
| YUV | 112.07 | 204.14 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 247 | 0.59 | 0.63 | 0 | 0.03 | 244.23 | 0.91 | 0.66 |
| Hex | 66 | 5B | F7 | 3B | 3F | 0 | 3 | F4 | 5B | 42 |
| Octal | 146 | 133 | 367 | 73 | 77 | 0 | 3 | 364 | 133 | 102 |
| Binary | 1100110 | 1011011 | 11110111 | 111011 | 111111 | 0 | 11 | 11110100 | 1011011 | 1000010 |
Color Harmonies of #665BF7
Complementary color
Monochromatic Colors of #665BF7
Black with #665BF7
Text Example
Text Example
White with #665BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665BF7; }
p { color: rgb(102,91,247); }
H1.HeaderClassName
{
color: #665BF7;
}
.AnyTagClassName
{
color: #665BF7;
}
</style>
background-color css
<style>
a { background-color: #665BF7; }
a { background-color: rgb(102,91,247); }
div.DivClassName
{
background-color: #665BF7;
}
.BgClassName
{
background-color: #665BF7;
}
</style>
border-color css
<style>
span { border-color: #665BF7; }
span { border-color: rgb(102,91,247); }
td.TdClassName
{
border-color: #665BF7;
}
.TagClassName
{
border-color: #665BF7;
}
</style>