Shades of Slate Blue #7262D9
Tints of Slate Blue #7262D9
RGB
CMYK
RGB Variations
Color information
#7262D9 (or 0x7262D9) is known color: Slate Blue. HEX triplet: 72, 62 and D9. RGB value is (114,98,217). Sum of RGB (Red+Green+Blue) = 114+98+217=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 217 (85.16% from 255 or 50.58% from 429); Max value from RGB is 217 - color contains mainly: blue. Hex color #7262D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7262D9 is #8D9D26. Grayscale: #737373. Windows color (decimal): -9280807 or 14246514. OLE color: 14246514.
HSL color Cylindrical-coordinate representation of color #7262D9: hue angle of 248.07º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7262D9 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 98 | 217 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.15 |
| HSL | 248.07º | 0.61% | 0.62% | - |
| HSV(B) | 248.07º | 0.55% | 0.85% | - |
| XYZ | 23.83 | 17.32 | 67.73 | - |
| YUV | 116.35 | 184.8 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 217 | 0.47 | 0.55 | 0 | 0.15 | 248.07 | 0.61 | 0.62 |
| Hex | 72 | 62 | D9 | 2F | 37 | 0 | F | F8 | 3D | 3E |
| Octal | 162 | 142 | 331 | 57 | 67 | 0 | 17 | 370 | 75 | 76 |
| Binary | 1110010 | 1100010 | 11011001 | 101111 | 110111 | 0 | 1111 | 11111000 | 111101 | 111110 |
Color Harmonies of #7262D9
Complementary color
Monochromatic Colors of #7262D9
Black with #7262D9
Text Example
Text Example
White with #7262D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7262D9; }
p { color: rgb(114,98,217); }
H1.HeaderClassName
{
color: #7262D9;
}
.AnyTagClassName
{
color: #7262D9;
}
</style>
background-color css
<style>
a { background-color: #7262D9; }
a { background-color: rgb(114,98,217); }
div.DivClassName
{
background-color: #7262D9;
}
.BgClassName
{
background-color: #7262D9;
}
</style>
border-color css
<style>
span { border-color: #7262D9; }
span { border-color: rgb(114,98,217); }
td.TdClassName
{
border-color: #7262D9;
}
.TagClassName
{
border-color: #7262D9;
}
</style>