Shades of Medium Slate Blue #7265DF
Tints of Medium Slate Blue #7265DF
RGB
CMYK
RGB Variations
Color information
#7265DF (or 0x7265DF) is known color: Medium Slate Blue. HEX triplet: 72, 65 and DF. RGB value is (114,101,223). Sum of RGB (Red+Green+Blue) = 114+101+223=438 (58% of max value = 765). Red value is 114 (44.92% from 255 or 26.03% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #7265DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7265DF is #8D9A20. Grayscale: #767676. Windows color (decimal): -9280033 or 14640498. OLE color: 14640498.
HSL color Cylindrical-coordinate representation of color #7265DF: hue angle of 246.39º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7265DF is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 101 | 223 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.13 |
| HSL | 246.39º | 0.66% | 0.64% | - |
| HSV(B) | 246.39º | 0.55% | 0.87% | - |
| XYZ | 24.91 | 18.21 | 72.01 | - |
| YUV | 118.8 | 186.81 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 223 | 0.49 | 0.55 | 0 | 0.13 | 246.39 | 0.66 | 0.64 |
| Hex | 72 | 65 | DF | 31 | 37 | 0 | D | F6 | 42 | 40 |
| Octal | 162 | 145 | 337 | 61 | 67 | 0 | 15 | 366 | 102 | 100 |
| Binary | 1110010 | 1100101 | 11011111 | 110001 | 110111 | 0 | 1101 | 11110110 | 1000010 | 1000000 |
Color Harmonies of #7265DF
Complementary color
Monochromatic Colors of #7265DF
Black with #7265DF
Text Example
Text Example
White with #7265DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7265DF; }
p { color: rgb(114,101,223); }
H1.HeaderClassName
{
color: #7265DF;
}
.AnyTagClassName
{
color: #7265DF;
}
</style>
background-color css
<style>
a { background-color: #7265DF; }
a { background-color: rgb(114,101,223); }
div.DivClassName
{
background-color: #7265DF;
}
.BgClassName
{
background-color: #7265DF;
}
</style>
border-color css
<style>
span { border-color: #7265DF; }
span { border-color: rgb(114,101,223); }
td.TdClassName
{
border-color: #7265DF;
}
.TagClassName
{
border-color: #7265DF;
}
</style>