Shades of Medium Slate Blue #7465FB
Tints of Medium Slate Blue #7465FB
RGB
CMYK
RGB Variations
Color information
#7465FB (or 0x7465FB) is known color: Medium Slate Blue. HEX triplet: 74, 65 and FB. RGB value is (116,101,251). Sum of RGB (Red+Green+Blue) = 116+101+251=468 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.79% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #7465FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7465FB is #8B9A04. Grayscale: #797979. Windows color (decimal): -9148933 or 16475508. OLE color: 16475508.
HSL color Cylindrical-coordinate representation of color #7465FB: hue angle of 246º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7465FB is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 101 | 251 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.02 |
| HSL | 246º | 0.95% | 0.69% | - |
| HSV(B) | 246º | 0.6% | 0.98% | - |
| XYZ | 29.27 | 19.99 | 93.58 | - |
| YUV | 122.59 | 200.47 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 251 | 0.54 | 0.60 | 0 | 0.02 | 246 | 0.95 | 0.69 |
| Hex | 74 | 65 | FB | 36 | 3C | 0 | 2 | F6 | 5F | 45 |
| Octal | 164 | 145 | 373 | 66 | 74 | 0 | 2 | 366 | 137 | 105 |
| Binary | 1110100 | 1100101 | 11111011 | 110110 | 111100 | 0 | 10 | 11110110 | 1011111 | 1000101 |
Color Harmonies of #7465FB
Complementary color
Monochromatic Colors of #7465FB
Black with #7465FB
Text Example
Text Example
White with #7465FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7465FB; }
p { color: rgb(116,101,251); }
H1.HeaderClassName
{
color: #7465FB;
}
.AnyTagClassName
{
color: #7465FB;
}
</style>
background-color css
<style>
a { background-color: #7465FB; }
a { background-color: rgb(116,101,251); }
div.DivClassName
{
background-color: #7465FB;
}
.BgClassName
{
background-color: #7465FB;
}
</style>
border-color css
<style>
span { border-color: #7465FB; }
span { border-color: rgb(116,101,251); }
td.TdClassName
{
border-color: #7465FB;
}
.TagClassName
{
border-color: #7465FB;
}
</style>