Shades of Slate Blue #7262CF
Tints of Slate Blue #7262CF
RGB
CMYK
RGB Variations
Color information
#7262CF (or 0x7262CF) is known color: Slate Blue. HEX triplet: 72, 62 and CF. RGB value is (114,98,207). Sum of RGB (Red+Green+Blue) = 114+98+207=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #7262CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7262CF is #8D9D30. Grayscale: #727272. Windows color (decimal): -9280817 or 13591154. OLE color: 13591154.
HSL color Cylindrical-coordinate representation of color #7262CF: hue angle of 248.81º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7262CF is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 98 | 207 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.19 |
| HSL | 248.81º | 0.53% | 0.6% | - |
| HSV(B) | 248.81º | 0.53% | 0.81% | - |
| XYZ | 22.57 | 16.82 | 61.09 | - |
| YUV | 115.21 | 179.8 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 207 | 0.45 | 0.53 | 0 | 0.19 | 248.81 | 0.53 | 0.6 |
| Hex | 72 | 62 | CF | 2D | 35 | 0 | 13 | F9 | 35 | 3C |
| Octal | 162 | 142 | 317 | 55 | 65 | 0 | 23 | 371 | 65 | 74 |
| Binary | 1110010 | 1100010 | 11001111 | 101101 | 110101 | 0 | 10011 | 11111001 | 110101 | 111100 |
Color Harmonies of #7262CF
Complementary color
Monochromatic Colors of #7262CF
Black with #7262CF
Text Example
Text Example
White with #7262CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7262CF; }
p { color: rgb(114,98,207); }
H1.HeaderClassName
{
color: #7262CF;
}
.AnyTagClassName
{
color: #7262CF;
}
</style>
background-color css
<style>
a { background-color: #7262CF; }
a { background-color: rgb(114,98,207); }
div.DivClassName
{
background-color: #7262CF;
}
.BgClassName
{
background-color: #7262CF;
}
</style>
border-color css
<style>
span { border-color: #7262CF; }
span { border-color: rgb(114,98,207); }
td.TdClassName
{
border-color: #7262CF;
}
.TagClassName
{
border-color: #7262CF;
}
</style>