Shades of Slate Blue #7262DC
Tints of Slate Blue #7262DC
RGB
CMYK
RGB Variations
Color information
#7262DC (or 0x7262DC) is known color: Slate Blue. HEX triplet: 72, 62 and DC. RGB value is (114,98,220). Sum of RGB (Red+Green+Blue) = 114+98+220=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #7262DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7262DC is #8D9D23. Grayscale: #747474. Windows color (decimal): -9280804 or 14443122. OLE color: 14443122.
HSL color Cylindrical-coordinate representation of color #7262DC: hue angle of 247.87º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7262DC is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 98 | 220 | - |
| CMYK | 0.48 | 0.55 | 0 | 0.14 |
| HSL | 247.87º | 0.64% | 0.62% | - |
| HSV(B) | 247.87º | 0.55% | 0.86% | - |
| XYZ | 24.23 | 17.48 | 69.81 | - |
| YUV | 116.69 | 186.3 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 220 | 0.48 | 0.55 | 0 | 0.14 | 247.87 | 0.64 | 0.62 |
| Hex | 72 | 62 | DC | 30 | 37 | 0 | E | F8 | 40 | 3E |
| Octal | 162 | 142 | 334 | 60 | 67 | 0 | 16 | 370 | 100 | 76 |
| Binary | 1110010 | 1100010 | 11011100 | 110000 | 110111 | 0 | 1110 | 11111000 | 1000000 | 111110 |
Color Harmonies of #7262DC
Complementary color
Monochromatic Colors of #7262DC
Black with #7262DC
Text Example
Text Example
White with #7262DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7262DC; }
p { color: rgb(114,98,220); }
H1.HeaderClassName
{
color: #7262DC;
}
.AnyTagClassName
{
color: #7262DC;
}
</style>
background-color css
<style>
a { background-color: #7262DC; }
a { background-color: rgb(114,98,220); }
div.DivClassName
{
background-color: #7262DC;
}
.BgClassName
{
background-color: #7262DC;
}
</style>
border-color css
<style>
span { border-color: #7262DC; }
span { border-color: rgb(114,98,220); }
td.TdClassName
{
border-color: #7262DC;
}
.TagClassName
{
border-color: #7262DC;
}
</style>