Shades of Medium Slate Blue #665BF8
Tints of Medium Slate Blue #665BF8
RGB
CMYK
RGB Variations
Color information
#665BF8 (or 0x665BF8) is known color: Medium Slate Blue. HEX triplet: 66, 5B and F8. RGB value is (102,91,248). Sum of RGB (Red+Green+Blue) = 102+91+248=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 248 (97.27% from 255 or 56.24% from 441); Max value from RGB is 248 - color contains mainly: blue. Hex color #665BF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665BF8 is #99A407. Grayscale: #6F6F6F. Windows color (decimal): -10069000 or 16276326. OLE color: 16276326.
HSL color Cylindrical-coordinate representation of color #665BF8: hue angle of 244.2º degrees, saturation: 0.92, 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 #665BF8 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 91 | 248 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.03 |
| HSL | 244.2º | 0.92% | 0.66% | - |
| HSV(B) | 244.2º | 0.63% | 0.97% | - |
| XYZ | 26.16 | 17.08 | 90.73 | - |
| YUV | 112.19 | 204.64 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 248 | 0.59 | 0.63 | 0 | 0.03 | 244.2 | 0.92 | 0.66 |
| Hex | 66 | 5B | F8 | 3B | 3F | 0 | 3 | F4 | 5C | 42 |
| Octal | 146 | 133 | 370 | 73 | 77 | 0 | 3 | 364 | 134 | 102 |
| Binary | 1100110 | 1011011 | 11111000 | 111011 | 111111 | 0 | 11 | 11110100 | 1011100 | 1000010 |
Color Harmonies of #665BF8
Complementary color
Monochromatic Colors of #665BF8
Black with #665BF8
Text Example
Text Example
White with #665BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665BF8; }
p { color: rgb(102,91,248); }
H1.HeaderClassName
{
color: #665BF8;
}
.AnyTagClassName
{
color: #665BF8;
}
</style>
background-color css
<style>
a { background-color: #665BF8; }
a { background-color: rgb(102,91,248); }
div.DivClassName
{
background-color: #665BF8;
}
.BgClassName
{
background-color: #665BF8;
}
</style>
border-color css
<style>
span { border-color: #665BF8; }
span { border-color: rgb(102,91,248); }
td.TdClassName
{
border-color: #665BF8;
}
.TagClassName
{
border-color: #665BF8;
}
</style>