Shades of Chetwode Blue #7678BA
Tints of Chetwode Blue #7678BA
RGB
CMYK
RGB Variations
Color information
#7678BA (or 0x7678BA) is known color: Chetwode Blue. HEX triplet: 76, 78 and BA. RGB value is (118,120,186). Sum of RGB (Red+Green+Blue) = 118+120+186=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #7678BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7678BA is #898745. Grayscale: #7E7E7E. Windows color (decimal): -9013062 or 12220534. OLE color: 12220534.
HSL color Cylindrical-coordinate representation of color #7678BA: hue angle of 238.24º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7678BA is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 120 | 186 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.27 |
| HSL | 238.24º | 0.33% | 0.6% | - |
| HSV(B) | 238.24º | 0.37% | 0.73% | - |
| XYZ | 23.05 | 20.83 | 49.26 | - |
| YUV | 126.93 | 161.34 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 120 | 186 | 0.37 | 0.35 | 0 | 0.27 | 238.24 | 0.33 | 0.6 |
| Hex | 76 | 78 | BA | 25 | 23 | 0 | 1B | EE | 21 | 3C |
| Octal | 166 | 170 | 272 | 45 | 43 | 0 | 33 | 356 | 41 | 74 |
| Binary | 1110110 | 1111000 | 10111010 | 100101 | 100011 | 0 | 11011 | 11101110 | 100001 | 111100 |
Color Harmonies of #7678BA
Complementary color
Monochromatic Colors of #7678BA
Black with #7678BA
Text Example
Text Example
White with #7678BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7678BA; }
p { color: rgb(118,120,186); }
H1.HeaderClassName
{
color: #7678BA;
}
.AnyTagClassName
{
color: #7678BA;
}
</style>
background-color css
<style>
a { background-color: #7678BA; }
a { background-color: rgb(118,120,186); }
div.DivClassName
{
background-color: #7678BA;
}
.BgClassName
{
background-color: #7678BA;
}
</style>
border-color css
<style>
span { border-color: #7678BA; }
span { border-color: rgb(118,120,186); }
td.TdClassName
{
border-color: #7678BA;
}
.TagClassName
{
border-color: #7678BA;
}
</style>