Shades of Medium Slate Blue #665FF8
Tints of Medium Slate Blue #665FF8
RGB
CMYK
RGB Variations
Color information
#665FF8 (or 0x665FF8) is known color: Medium Slate Blue. HEX triplet: 66, 5F and F8. RGB value is (102,95,248). Sum of RGB (Red+Green+Blue) = 102+95+248=445 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.92% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 248 (97.27% from 255 or 55.73% from 445); Max value from RGB is 248 - color contains mainly: blue. Hex color #665FF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665FF8 is #99A007. Grayscale: #717171. Windows color (decimal): -10067976 or 16277350. OLE color: 16277350.
HSL color Cylindrical-coordinate representation of color #665FF8: hue angle of 242.75º degrees, saturation: 0.92, 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 #665FF8 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 95 | 248 | - |
| CMYK | 0.59 | 0.62 | 0 | 0.03 |
| HSL | 242.75º | 0.92% | 0.67% | - |
| HSV(B) | 242.75º | 0.62% | 0.97% | - |
| XYZ | 26.51 | 17.79 | 90.84 | - |
| YUV | 114.54 | 203.32 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 248 | 0.59 | 0.62 | 0 | 0.03 | 242.75 | 0.92 | 0.67 |
| Hex | 66 | 5F | F8 | 3B | 3E | 0 | 3 | F3 | 5C | 43 |
| Octal | 146 | 137 | 370 | 73 | 76 | 0 | 3 | 363 | 134 | 103 |
| Binary | 1100110 | 1011111 | 11111000 | 111011 | 111110 | 0 | 11 | 11110011 | 1011100 | 1000011 |
Color Harmonies of #665FF8
Complementary color
Monochromatic Colors of #665FF8
Black with #665FF8
Text Example
Text Example
White with #665FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665FF8; }
p { color: rgb(102,95,248); }
H1.HeaderClassName
{
color: #665FF8;
}
.AnyTagClassName
{
color: #665FF8;
}
</style>
background-color css
<style>
a { background-color: #665FF8; }
a { background-color: rgb(102,95,248); }
div.DivClassName
{
background-color: #665FF8;
}
.BgClassName
{
background-color: #665FF8;
}
</style>
border-color css
<style>
span { border-color: #665FF8; }
span { border-color: rgb(102,95,248); }
td.TdClassName
{
border-color: #665FF8;
}
.TagClassName
{
border-color: #665FF8;
}
</style>