Shades of Slate Blue #7662CC
Tints of Slate Blue #7662CC
RGB
CMYK
RGB Variations
Color information
#7662CC (or 0x7662CC) is known color: Slate Blue. HEX triplet: 76, 62 and CC. RGB value is (118,98,204). Sum of RGB (Red+Green+Blue) = 118+98+204=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #7662CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7662CC is #899D33. Grayscale: #737373. Windows color (decimal): -9018676 or 13394550. OLE color: 13394550.
HSL color Cylindrical-coordinate representation of color #7662CC: hue angle of 251.32º 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 #7662CC is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 98 | 204 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.2 |
| HSL | 251.32º | 0.51% | 0.59% | - |
| HSV(B) | 251.32º | 0.52% | 0.8% | - |
| XYZ | 22.74 | 16.95 | 59.2 | - |
| YUV | 116.06 | 177.63 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 98 | 204 | 0.42 | 0.52 | 0 | 0.2 | 251.32 | 0.51 | 0.59 |
| Hex | 76 | 62 | CC | 2A | 34 | 0 | 14 | FB | 33 | 3B |
| Octal | 166 | 142 | 314 | 52 | 64 | 0 | 24 | 373 | 63 | 73 |
| Binary | 1110110 | 1100010 | 11001100 | 101010 | 110100 | 0 | 10100 | 11111011 | 110011 | 111011 |
Color Harmonies of #7662CC
Complementary color
Monochromatic Colors of #7662CC
Black with #7662CC
Text Example
Text Example
White with #7662CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7662CC; }
p { color: rgb(118,98,204); }
H1.HeaderClassName
{
color: #7662CC;
}
.AnyTagClassName
{
color: #7662CC;
}
</style>
background-color css
<style>
a { background-color: #7662CC; }
a { background-color: rgb(118,98,204); }
div.DivClassName
{
background-color: #7662CC;
}
.BgClassName
{
background-color: #7662CC;
}
</style>
border-color css
<style>
span { border-color: #7662CC; }
span { border-color: rgb(118,98,204); }
td.TdClassName
{
border-color: #7662CC;
}
.TagClassName
{
border-color: #7662CC;
}
</style>