Shades of Slate Blue #7260DD
Tints of Slate Blue #7260DD
RGB
CMYK
RGB Variations
Color information
#7260DD (or 0x7260DD) is known color: Slate Blue. HEX triplet: 72, 60 and DD. RGB value is (114,96,221). Sum of RGB (Red+Green+Blue) = 114+96+221=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #7260DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7260DD is #8D9F22. Grayscale: #737373. Windows color (decimal): -9281315 or 14508146. OLE color: 14508146.
HSL color Cylindrical-coordinate representation of color #7260DD: hue angle of 248.64º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7260DD is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 96 | 221 | - |
| CMYK | 0.48 | 0.57 | 0 | 0.13 |
| HSL | 248.64º | 0.65% | 0.62% | - |
| HSV(B) | 248.64º | 0.57% | 0.87% | - |
| XYZ | 24.17 | 17.16 | 70.45 | - |
| YUV | 115.63 | 187.46 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 96 | 221 | 0.48 | 0.57 | 0 | 0.13 | 248.64 | 0.65 | 0.62 |
| Hex | 72 | 60 | DD | 30 | 39 | 0 | D | F9 | 41 | 3E |
| Octal | 162 | 140 | 335 | 60 | 71 | 0 | 15 | 371 | 101 | 76 |
| Binary | 1110010 | 1100000 | 11011101 | 110000 | 111001 | 0 | 1101 | 11111001 | 1000001 | 111110 |
Color Harmonies of #7260DD
Complementary color
Monochromatic Colors of #7260DD
Black with #7260DD
Text Example
Text Example
White with #7260DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7260DD; }
p { color: rgb(114,96,221); }
H1.HeaderClassName
{
color: #7260DD;
}
.AnyTagClassName
{
color: #7260DD;
}
</style>
background-color css
<style>
a { background-color: #7260DD; }
a { background-color: rgb(114,96,221); }
div.DivClassName
{
background-color: #7260DD;
}
.BgClassName
{
background-color: #7260DD;
}
</style>
border-color css
<style>
span { border-color: #7260DD; }
span { border-color: rgb(114,96,221); }
td.TdClassName
{
border-color: #7260DD;
}
.TagClassName
{
border-color: #7260DD;
}
</style>