Shades of Slate Blue #7668CE
Tints of Slate Blue #7668CE
RGB
CMYK
RGB Variations
Color information
#7668CE (or 0x7668CE) is known color: Slate Blue. HEX triplet: 76, 68 and CE. RGB value is (118,104,206). Sum of RGB (Red+Green+Blue) = 118+104+206=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #7668CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7668CE is #899731. Grayscale: #777777. Windows color (decimal): -9017138 or 13527158. OLE color: 13527158.
HSL color Cylindrical-coordinate representation of color #7668CE: hue angle of 248.24º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7668CE is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 104 | 206 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.19 |
| HSL | 248.24º | 0.51% | 0.61% | - |
| HSV(B) | 248.24º | 0.5% | 0.81% | - |
| XYZ | 23.56 | 18.21 | 60.67 | - |
| YUV | 119.81 | 176.64 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 104 | 206 | 0.43 | 0.50 | 0 | 0.19 | 248.24 | 0.51 | 0.61 |
| Hex | 76 | 68 | CE | 2B | 32 | 0 | 13 | F8 | 33 | 3D |
| Octal | 166 | 150 | 316 | 53 | 62 | 0 | 23 | 370 | 63 | 75 |
| Binary | 1110110 | 1101000 | 11001110 | 101011 | 110010 | 0 | 10011 | 11111000 | 110011 | 111101 |
Color Harmonies of #7668CE
Complementary color
Monochromatic Colors of #7668CE
Black with #7668CE
Text Example
Text Example
White with #7668CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7668CE; }
p { color: rgb(118,104,206); }
H1.HeaderClassName
{
color: #7668CE;
}
.AnyTagClassName
{
color: #7668CE;
}
</style>
background-color css
<style>
a { background-color: #7668CE; }
a { background-color: rgb(118,104,206); }
div.DivClassName
{
background-color: #7668CE;
}
.BgClassName
{
background-color: #7668CE;
}
</style>
border-color css
<style>
span { border-color: #7668CE; }
span { border-color: rgb(118,104,206); }
td.TdClassName
{
border-color: #7668CE;
}
.TagClassName
{
border-color: #7668CE;
}
</style>