Shades of Medium Slate Blue #7565FF
Tints of Medium Slate Blue #7565FF
RGB
CMYK
RGB Variations
Color information
#7565FF (or 0x7565FF) is known color: Medium Slate Blue. HEX triplet: 75, 65 and FF. RGB value is (117,101,255). Sum of RGB (Red+Green+Blue) = 117+101+255=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #7565FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7565FF is #8A9A00. Grayscale: #7A7A7A. Windows color (decimal): -9083393 or 16737653. OLE color: 16737653.
HSL color Cylindrical-coordinate representation of color #7565FF: hue angle of 246.23º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7565FF is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 101 | 255 | - |
| CMYK | 0.54 | 0.60 | 0 | 0 |
| HSL | 246.23º | 1% | 0.7% | - |
| HSV(B) | 246.23º | 0.6% | 1% | - |
| XYZ | 30.04 | 20.31 | 96.94 | - |
| YUV | 123.34 | 202.3 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 101 | 255 | 0.54 | 0.60 | 0 | 0 | 246.23 | 1 | 0.7 |
| Hex | 75 | 65 | FF | 36 | 3C | 0 | 0 | F6 | 64 | 46 |
| Octal | 165 | 145 | 377 | 66 | 74 | 0 | 0 | 366 | 144 | 106 |
| Binary | 1110101 | 1100101 | 11111111 | 110110 | 111100 | 0 | 0 | 11110110 | 1100100 | 1000110 |
Color Harmonies of #7565FF
Complementary color
Monochromatic Colors of #7565FF
Black with #7565FF
Text Example
Text Example
White with #7565FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7565FF; }
p { color: rgb(117,101,255); }
H1.HeaderClassName
{
color: #7565FF;
}
.AnyTagClassName
{
color: #7565FF;
}
</style>
background-color css
<style>
a { background-color: #7565FF; }
a { background-color: rgb(117,101,255); }
div.DivClassName
{
background-color: #7565FF;
}
.BgClassName
{
background-color: #7565FF;
}
</style>
border-color css
<style>
span { border-color: #7565FF; }
span { border-color: rgb(117,101,255); }
td.TdClassName
{
border-color: #7565FF;
}
.TagClassName
{
border-color: #7565FF;
}
</style>