Shades of Chetwode Blue #7678B4
Tints of Chetwode Blue #7678B4
RGB
CMYK
RGB Variations
Color information
#7678B4 (or 0x7678B4) is known color: Chetwode Blue. HEX triplet: 76, 78 and B4. RGB value is (118,120,180). Sum of RGB (Red+Green+Blue) = 118+120+180=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 180 (70.70% from 255 or 43.06% from 418); Max value from RGB is 180 - color contains mainly: blue. Hex color #7678B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7678B4 is #89874B. Grayscale: #7D7D7D. Windows color (decimal): -9013068 or 11827318. OLE color: 11827318.
HSL color Cylindrical-coordinate representation of color #7678B4: hue angle of 238.06º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7678B4 is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 120 | 180 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.29 |
| HSL | 238.06º | 0.29% | 0.58% | - |
| HSV(B) | 238.06º | 0.34% | 0.71% | - |
| XYZ | 22.43 | 20.58 | 45.97 | - |
| YUV | 126.24 | 158.34 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 120 | 180 | 0.34 | 0.33 | 0 | 0.29 | 238.06 | 0.29 | 0.58 |
| Hex | 76 | 78 | B4 | 22 | 21 | 0 | 1D | EE | 1D | 3A |
| Octal | 166 | 170 | 264 | 42 | 41 | 0 | 35 | 356 | 35 | 72 |
| Binary | 1110110 | 1111000 | 10110100 | 100010 | 100001 | 0 | 11101 | 11101110 | 11101 | 111010 |
Color Harmonies of #7678B4
Complementary color
Monochromatic Colors of #7678B4
Black with #7678B4
Text Example
Text Example
White with #7678B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7678B4; }
p { color: rgb(118,120,180); }
H1.HeaderClassName
{
color: #7678B4;
}
.AnyTagClassName
{
color: #7678B4;
}
</style>
background-color css
<style>
a { background-color: #7678B4; }
a { background-color: rgb(118,120,180); }
div.DivClassName
{
background-color: #7678B4;
}
.BgClassName
{
background-color: #7678B4;
}
</style>
border-color css
<style>
span { border-color: #7678B4; }
span { border-color: rgb(118,120,180); }
td.TdClassName
{
border-color: #7678B4;
}
.TagClassName
{
border-color: #7678B4;
}
</style>