Shades of Slate Blue #7668CC
Tints of Slate Blue #7668CC
RGB
CMYK
RGB Variations
Color information
#7668CC (or 0x7668CC) is known color: Slate Blue. HEX triplet: 76, 68 and CC. RGB value is (118,104,204). Sum of RGB (Red+Green+Blue) = 118+104+204=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #7668CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7668CC is #899733. Grayscale: #777777. Windows color (decimal): -9017140 or 13396086. OLE color: 13396086.
HSL color Cylindrical-coordinate representation of color #7668CC: hue angle of 248.4º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7668CC is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 104 | 204 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.2 |
| HSL | 248.4º | 0.5% | 0.6% | - |
| HSV(B) | 248.4º | 0.49% | 0.8% | - |
| XYZ | 23.32 | 18.11 | 59.39 | - |
| YUV | 119.59 | 175.64 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 104 | 204 | 0.42 | 0.49 | 0 | 0.2 | 248.4 | 0.5 | 0.6 |
| Hex | 76 | 68 | CC | 2A | 31 | 0 | 14 | F8 | 32 | 3C |
| Octal | 166 | 150 | 314 | 52 | 61 | 0 | 24 | 370 | 62 | 74 |
| Binary | 1110110 | 1101000 | 11001100 | 101010 | 110001 | 0 | 10100 | 11111000 | 110010 | 111100 |
Color Harmonies of #7668CC
Complementary color
Monochromatic Colors of #7668CC
Black with #7668CC
Text Example
Text Example
White with #7668CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7668CC; }
p { color: rgb(118,104,204); }
H1.HeaderClassName
{
color: #7668CC;
}
.AnyTagClassName
{
color: #7668CC;
}
</style>
background-color css
<style>
a { background-color: #7668CC; }
a { background-color: rgb(118,104,204); }
div.DivClassName
{
background-color: #7668CC;
}
.BgClassName
{
background-color: #7668CC;
}
</style>
border-color css
<style>
span { border-color: #7668CC; }
span { border-color: rgb(118,104,204); }
td.TdClassName
{
border-color: #7668CC;
}
.TagClassName
{
border-color: #7668CC;
}
</style>