Shades of Medium Slate Blue #7653FF
Tints of Medium Slate Blue #7653FF
RGB
CMYK
RGB Variations
Color information
#7653FF (or 0x7653FF) is known color: Medium Slate Blue. HEX triplet: 76, 53 and FF. RGB value is (118,83,255). Sum of RGB (Red+Green+Blue) = 118+83+255=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #7653FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7653FF is #89AC00. Grayscale: #707070. Windows color (decimal): -9022465 or 16733046. OLE color: 16733046.
HSL color Cylindrical-coordinate representation of color #7653FF: hue angle of 252.21º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7653FF is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 83 | 255 | - |
| CMYK | 0.54 | 0.67 | 0 | 0 |
| HSL | 252.21º | 1% | 0.66% | - |
| HSV(B) | 252.21º | 0.67% | 1% | - |
| XYZ | 28.61 | 17.26 | 96.43 | - |
| YUV | 113.07 | 208.1 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 83 | 255 | 0.54 | 0.67 | 0 | 0 | 252.21 | 1 | 0.66 |
| Hex | 76 | 53 | FF | 36 | 43 | 0 | 0 | FC | 64 | 42 |
| Octal | 166 | 123 | 377 | 66 | 103 | 0 | 0 | 374 | 144 | 102 |
| Binary | 1110110 | 1010011 | 11111111 | 110110 | 1000011 | 0 | 0 | 11111100 | 1100100 | 1000010 |
Color Harmonies of #7653FF
Complementary color
Monochromatic Colors of #7653FF
Black with #7653FF
Text Example
Text Example
White with #7653FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7653FF; }
p { color: rgb(118,83,255); }
H1.HeaderClassName
{
color: #7653FF;
}
.AnyTagClassName
{
color: #7653FF;
}
</style>
background-color css
<style>
a { background-color: #7653FF; }
a { background-color: rgb(118,83,255); }
div.DivClassName
{
background-color: #7653FF;
}
.BgClassName
{
background-color: #7653FF;
}
</style>
border-color css
<style>
span { border-color: #7653FF; }
span { border-color: rgb(118,83,255); }
td.TdClassName
{
border-color: #7653FF;
}
.TagClassName
{
border-color: #7653FF;
}
</style>