Shades of Slate Blue #7262CC
Tints of Slate Blue #7262CC
RGB
CMYK
RGB Variations
Color information
#7262CC (or 0x7262CC) is known color: Slate Blue. HEX triplet: 72, 62 and CC. RGB value is (114,98,204). Sum of RGB (Red+Green+Blue) = 114+98+204=416 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.40% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #7262CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7262CC is #8D9D33. Grayscale: #727272. Windows color (decimal): -9280820 or 13394546. OLE color: 13394546.
HSL color Cylindrical-coordinate representation of color #7262CC: hue angle of 249.06º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7262CC is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 98 | 204 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.2 |
| HSL | 249.06º | 0.51% | 0.59% | - |
| HSV(B) | 249.06º | 0.52% | 0.8% | - |
| XYZ | 22.21 | 16.67 | 59.17 | - |
| YUV | 114.87 | 178.3 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 204 | 0.44 | 0.52 | 0 | 0.2 | 249.06 | 0.51 | 0.59 |
| Hex | 72 | 62 | CC | 2C | 34 | 0 | 14 | F9 | 33 | 3B |
| Octal | 162 | 142 | 314 | 54 | 64 | 0 | 24 | 371 | 63 | 73 |
| Binary | 1110010 | 1100010 | 11001100 | 101100 | 110100 | 0 | 10100 | 11111001 | 110011 | 111011 |
Color Harmonies of #7262CC
Complementary color
Monochromatic Colors of #7262CC
Black with #7262CC
Text Example
Text Example
White with #7262CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7262CC; }
p { color: rgb(114,98,204); }
H1.HeaderClassName
{
color: #7262CC;
}
.AnyTagClassName
{
color: #7262CC;
}
</style>
background-color css
<style>
a { background-color: #7262CC; }
a { background-color: rgb(114,98,204); }
div.DivClassName
{
background-color: #7262CC;
}
.BgClassName
{
background-color: #7262CC;
}
</style>
border-color css
<style>
span { border-color: #7262CC; }
span { border-color: rgb(114,98,204); }
td.TdClassName
{
border-color: #7262CC;
}
.TagClassName
{
border-color: #7262CC;
}
</style>