Shades of Medium Slate Blue #7655FE
Tints of Medium Slate Blue #7655FE
RGB
CMYK
RGB Variations
Color information
#7655FE (or 0x7655FE) is known color: Medium Slate Blue. HEX triplet: 76, 55 and FE. RGB value is (118,85,254). Sum of RGB (Red+Green+Blue) = 118+85+254=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #7655FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7655FE is #89AA01. Grayscale: #717171. Windows color (decimal): -9021954 or 16668022. OLE color: 16668022.
HSL color Cylindrical-coordinate representation of color #7655FE: hue angle of 251.72º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7655FE is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 85 | 254 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.00 |
| HSL | 251.72º | 0.99% | 0.66% | - |
| HSV(B) | 251.72º | 0.67% | 1% | - |
| XYZ | 28.61 | 17.5 | 95.64 | - |
| YUV | 114.13 | 206.93 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 85 | 254 | 0.54 | 0.67 | 0 | 0.00 | 251.72 | 0.99 | 0.66 |
| Hex | 76 | 55 | FE | 36 | 43 | 0 | 0 | FC | 63 | 42 |
| Octal | 166 | 125 | 376 | 66 | 103 | 0 | 0 | 374 | 143 | 102 |
| Binary | 1110110 | 1010101 | 11111110 | 110110 | 1000011 | 0 | 0 | 11111100 | 1100011 | 1000010 |
Color Harmonies of #7655FE
Complementary color
Monochromatic Colors of #7655FE
Black with #7655FE
Text Example
Text Example
White with #7655FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7655FE; }
p { color: rgb(118,85,254); }
H1.HeaderClassName
{
color: #7655FE;
}
.AnyTagClassName
{
color: #7655FE;
}
</style>
background-color css
<style>
a { background-color: #7655FE; }
a { background-color: rgb(118,85,254); }
div.DivClassName
{
background-color: #7655FE;
}
.BgClassName
{
background-color: #7655FE;
}
</style>
border-color css
<style>
span { border-color: #7655FE; }
span { border-color: rgb(118,85,254); }
td.TdClassName
{
border-color: #7655FE;
}
.TagClassName
{
border-color: #7655FE;
}
</style>