Shades of Slate Blue #7668CF
Tints of Slate Blue #7668CF
RGB
CMYK
RGB Variations
Color information
#7668CF (or 0x7668CF) is known color: Slate Blue. HEX triplet: 76, 68 and CF. RGB value is (118,104,207). Sum of RGB (Red+Green+Blue) = 118+104+207=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #7668CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7668CF is #899730. Grayscale: #777777. Windows color (decimal): -9017137 or 13592694. OLE color: 13592694.
HSL color Cylindrical-coordinate representation of color #7668CF: hue angle of 248.16º degrees, saturation: 0.52, 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 #7668CF is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 104 | 207 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.19 |
| HSL | 248.16º | 0.52% | 0.61% | - |
| HSV(B) | 248.16º | 0.5% | 0.81% | - |
| XYZ | 23.68 | 18.26 | 61.31 | - |
| YUV | 119.93 | 177.14 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 104 | 207 | 0.43 | 0.50 | 0 | 0.19 | 248.16 | 0.52 | 0.61 |
| Hex | 76 | 68 | CF | 2B | 32 | 0 | 13 | F8 | 34 | 3D |
| Octal | 166 | 150 | 317 | 53 | 62 | 0 | 23 | 370 | 64 | 75 |
| Binary | 1110110 | 1101000 | 11001111 | 101011 | 110010 | 0 | 10011 | 11111000 | 110100 | 111101 |
Color Harmonies of #7668CF
Complementary color
Monochromatic Colors of #7668CF
Black with #7668CF
Text Example
Text Example
White with #7668CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7668CF; }
p { color: rgb(118,104,207); }
H1.HeaderClassName
{
color: #7668CF;
}
.AnyTagClassName
{
color: #7668CF;
}
</style>
background-color css
<style>
a { background-color: #7668CF; }
a { background-color: rgb(118,104,207); }
div.DivClassName
{
background-color: #7668CF;
}
.BgClassName
{
background-color: #7668CF;
}
</style>
border-color css
<style>
span { border-color: #7668CF; }
span { border-color: rgb(118,104,207); }
td.TdClassName
{
border-color: #7668CF;
}
.TagClassName
{
border-color: #7668CF;
}
</style>