Shades of Medium Slate Blue #7565FD
Tints of Medium Slate Blue #7565FD
RGB
CMYK
RGB Variations
Color information
#7565FD (or 0x7565FD) is known color: Medium Slate Blue. HEX triplet: 75, 65 and FD. RGB value is (117,101,253). Sum of RGB (Red+Green+Blue) = 117+101+253=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #7565FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7565FD is #8A9A02. Grayscale: #7A7A7A. Windows color (decimal): -9083395 or 16606581. OLE color: 16606581.
HSL color Cylindrical-coordinate representation of color #7565FD: hue angle of 246.32º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7565FD is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 117 | 101 | 253 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.01 |
| HSL | 246.32º | 0.97% | 0.69% | - |
| HSV(B) | 246.32º | 0.6% | 0.99% | - |
| XYZ | 29.72 | 20.18 | 95.26 | - |
| YUV | 123.11 | 201.3 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 101 | 253 | 0.54 | 0.60 | 0 | 0.01 | 246.32 | 0.97 | 0.69 |
| Hex | 75 | 65 | FD | 36 | 3C | 0 | 1 | F6 | 61 | 45 |
| Octal | 165 | 145 | 375 | 66 | 74 | 0 | 1 | 366 | 141 | 105 |
| Binary | 1110101 | 1100101 | 11111101 | 110110 | 111100 | 0 | 1 | 11110110 | 1100001 | 1000101 |
Color Harmonies of #7565FD
Complementary color
Monochromatic Colors of #7565FD
Black with #7565FD
Text Example
Text Example
White with #7565FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7565FD; }
p { color: rgb(117,101,253); }
H1.HeaderClassName
{
color: #7565FD;
}
.AnyTagClassName
{
color: #7565FD;
}
</style>
background-color css
<style>
a { background-color: #7565FD; }
a { background-color: rgb(117,101,253); }
div.DivClassName
{
background-color: #7565FD;
}
.BgClassName
{
background-color: #7565FD;
}
</style>
border-color css
<style>
span { border-color: #7565FD; }
span { border-color: rgb(117,101,253); }
td.TdClassName
{
border-color: #7565FD;
}
.TagClassName
{
border-color: #7565FD;
}
</style>