Shades of Medium Slate Blue #7265FA
Tints of Medium Slate Blue #7265FA
RGB
CMYK
RGB Variations
Color information
#7265FA (or 0x7265FA) is known color: Medium Slate Blue. HEX triplet: 72, 65 and FA. RGB value is (114,101,250). Sum of RGB (Red+Green+Blue) = 114+101+250=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #7265FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7265FA is #8D9A05. Grayscale: #797979. Windows color (decimal): -9280006 or 16409970. OLE color: 16409970.
HSL color Cylindrical-coordinate representation of color #7265FA: hue angle of 245.23º degrees, saturation: 0.94, 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 #7265FA is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 101 | 250 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.02 |
| HSL | 245.23º | 0.94% | 0.69% | - |
| HSV(B) | 245.23º | 0.6% | 0.98% | - |
| XYZ | 28.85 | 19.79 | 92.74 | - |
| YUV | 121.87 | 200.31 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 250 | 0.54 | 0.60 | 0 | 0.02 | 245.23 | 0.94 | 0.69 |
| Hex | 72 | 65 | FA | 36 | 3C | 0 | 2 | F5 | 5E | 45 |
| Octal | 162 | 145 | 372 | 66 | 74 | 0 | 2 | 365 | 136 | 105 |
| Binary | 1110010 | 1100101 | 11111010 | 110110 | 111100 | 0 | 10 | 11110101 | 1011110 | 1000101 |
Color Harmonies of #7265FA
Complementary color
Monochromatic Colors of #7265FA
Black with #7265FA
Text Example
Text Example
White with #7265FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7265FA; }
p { color: rgb(114,101,250); }
H1.HeaderClassName
{
color: #7265FA;
}
.AnyTagClassName
{
color: #7265FA;
}
</style>
background-color css
<style>
a { background-color: #7265FA; }
a { background-color: rgb(114,101,250); }
div.DivClassName
{
background-color: #7265FA;
}
.BgClassName
{
background-color: #7265FA;
}
</style>
border-color css
<style>
span { border-color: #7265FA; }
span { border-color: rgb(114,101,250); }
td.TdClassName
{
border-color: #7265FA;
}
.TagClassName
{
border-color: #7265FA;
}
</style>