Shades of Slate Blue #7562CC
Tints of Slate Blue #7562CC
RGB
CMYK
RGB Variations
Color information
#7562CC (or 0x7562CC) is known color: Slate Blue. HEX triplet: 75, 62 and CC. RGB value is (117,98,204). Sum of RGB (Red+Green+Blue) = 117+98+204=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #7562CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7562CC is #8A9D33. Grayscale: #737373. Windows color (decimal): -9084212 or 13394549. OLE color: 13394549.
HSL color Cylindrical-coordinate representation of color #7562CC: hue angle of 250.75º 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 #7562CC is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 98 | 204 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.2 |
| HSL | 250.75º | 0.51% | 0.59% | - |
| HSV(B) | 250.75º | 0.52% | 0.8% | - |
| XYZ | 22.6 | 16.88 | 59.19 | - |
| YUV | 115.77 | 177.79 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 98 | 204 | 0.43 | 0.52 | 0 | 0.2 | 250.75 | 0.51 | 0.59 |
| Hex | 75 | 62 | CC | 2B | 34 | 0 | 14 | FB | 33 | 3B |
| Octal | 165 | 142 | 314 | 53 | 64 | 0 | 24 | 373 | 63 | 73 |
| Binary | 1110101 | 1100010 | 11001100 | 101011 | 110100 | 0 | 10100 | 11111011 | 110011 | 111011 |
Color Harmonies of #7562CC
Complementary color
Monochromatic Colors of #7562CC
Black with #7562CC
Text Example
Text Example
White with #7562CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7562CC; }
p { color: rgb(117,98,204); }
H1.HeaderClassName
{
color: #7562CC;
}
.AnyTagClassName
{
color: #7562CC;
}
</style>
background-color css
<style>
a { background-color: #7562CC; }
a { background-color: rgb(117,98,204); }
div.DivClassName
{
background-color: #7562CC;
}
.BgClassName
{
background-color: #7562CC;
}
</style>
border-color css
<style>
span { border-color: #7562CC; }
span { border-color: rgb(117,98,204); }
td.TdClassName
{
border-color: #7562CC;
}
.TagClassName
{
border-color: #7562CC;
}
</style>