Shades of Slate Blue #7663CC
Tints of Slate Blue #7663CC
RGB
CMYK
RGB Variations
Color information
#7663CC (or 0x7663CC) is known color: Slate Blue. HEX triplet: 76, 63 and CC. RGB value is (118,99,204). Sum of RGB (Red+Green+Blue) = 118+99+204=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #7663CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7663CC is #899C33. Grayscale: #747474. Windows color (decimal): -9018420 or 13394806. OLE color: 13394806.
HSL color Cylindrical-coordinate representation of color #7663CC: hue angle of 250.86º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7663CC is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 99 | 204 | - |
| CMYK | 0.42 | 0.51 | 0 | 0.2 |
| HSL | 250.86º | 0.51% | 0.59% | - |
| HSV(B) | 250.86º | 0.51% | 0.8% | - |
| XYZ | 22.83 | 17.13 | 59.23 | - |
| YUV | 116.65 | 177.29 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 99 | 204 | 0.42 | 0.51 | 0 | 0.2 | 250.86 | 0.51 | 0.59 |
| Hex | 76 | 63 | CC | 2A | 33 | 0 | 14 | FB | 33 | 3B |
| Octal | 166 | 143 | 314 | 52 | 63 | 0 | 24 | 373 | 63 | 73 |
| Binary | 1110110 | 1100011 | 11001100 | 101010 | 110011 | 0 | 10100 | 11111011 | 110011 | 111011 |
Color Harmonies of #7663CC
Complementary color
Monochromatic Colors of #7663CC
Black with #7663CC
Text Example
Text Example
White with #7663CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7663CC; }
p { color: rgb(118,99,204); }
H1.HeaderClassName
{
color: #7663CC;
}
.AnyTagClassName
{
color: #7663CC;
}
</style>
background-color css
<style>
a { background-color: #7663CC; }
a { background-color: rgb(118,99,204); }
div.DivClassName
{
background-color: #7663CC;
}
.BgClassName
{
background-color: #7663CC;
}
</style>
border-color css
<style>
span { border-color: #7663CC; }
span { border-color: rgb(118,99,204); }
td.TdClassName
{
border-color: #7663CC;
}
.TagClassName
{
border-color: #7663CC;
}
</style>