Shades of Slate Blue #7240DF
Tints of Slate Blue #7240DF
RGB
CMYK
RGB Variations
Color information
#7240DF (or 0x7240DF) is known color: Slate Blue. HEX triplet: 72, 40 and DF. RGB value is (114,64,223). Sum of RGB (Red+Green+Blue) = 114+64+223=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #7240DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7240DF is #8DBF20. Grayscale: #606060. Windows color (decimal): -9289505 or 14631026. OLE color: 14631026.
HSL color Cylindrical-coordinate representation of color #7240DF: hue angle of 258.87º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7240DF is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 64 | 223 | - |
| CMYK | 0.49 | 0.71 | 0 | 0.13 |
| HSL | 258.87º | 0.71% | 0.56% | - |
| HSV(B) | 258.87º | 0.71% | 0.87% | - |
| XYZ | 22.09 | 12.57 | 71.07 | - |
| YUV | 97.08 | 199.07 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 64 | 223 | 0.49 | 0.71 | 0 | 0.13 | 258.87 | 0.71 | 0.56 |
| Hex | 72 | 40 | DF | 31 | 47 | 0 | D | 103 | 47 | 38 |
| Octal | 162 | 100 | 337 | 61 | 107 | 0 | 15 | 403 | 107 | 70 |
| Binary | 1110010 | 1000000 | 11011111 | 110001 | 1000111 | 0 | 1101 | 100000011 | 1000111 | 111000 |
Color Harmonies of #7240DF
Complementary color
Monochromatic Colors of #7240DF
Black with #7240DF
Text Example
Text Example
White with #7240DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7240DF; }
p { color: rgb(114,64,223); }
H1.HeaderClassName
{
color: #7240DF;
}
.AnyTagClassName
{
color: #7240DF;
}
</style>
background-color css
<style>
a { background-color: #7240DF; }
a { background-color: rgb(114,64,223); }
div.DivClassName
{
background-color: #7240DF;
}
.BgClassName
{
background-color: #7240DF;
}
</style>
border-color css
<style>
span { border-color: #7240DF; }
span { border-color: rgb(114,64,223); }
td.TdClassName
{
border-color: #7240DF;
}
.TagClassName
{
border-color: #7240DF;
}
</style>