Shades of Chetwode Blue #7675AB
Tints of Chetwode Blue #7675AB
RGB
CMYK
RGB Variations
Color information
#7675AB (or 0x7675AB) is known color: Chetwode Blue. HEX triplet: 76, 75 and AB. RGB value is (118,117,171). Sum of RGB (Red+Green+Blue) = 118+117+171=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #7675AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7675AB is #898A54. Grayscale: #7B7B7B. Windows color (decimal): -9013845 or 11236726. OLE color: 11236726.
HSL color Cylindrical-coordinate representation of color #7675AB: hue angle of 241.11º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7675AB is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 117 | 171 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.33 |
| HSL | 241.11º | 0.24% | 0.56% | - |
| HSV(B) | 241.11º | 0.32% | 0.67% | - |
| XYZ | 21.18 | 19.51 | 41.18 | - |
| YUV | 123.46 | 154.83 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 117 | 171 | 0.31 | 0.32 | 0 | 0.33 | 241.11 | 0.24 | 0.56 |
| Hex | 76 | 75 | AB | 1F | 20 | 0 | 21 | F1 | 18 | 38 |
| Octal | 166 | 165 | 253 | 37 | 40 | 0 | 41 | 361 | 30 | 70 |
| Binary | 1110110 | 1110101 | 10101011 | 11111 | 100000 | 0 | 100001 | 11110001 | 11000 | 111000 |
Color Harmonies of #7675AB
Complementary color
Monochromatic Colors of #7675AB
Black with #7675AB
Text Example
Text Example
White with #7675AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7675AB; }
p { color: rgb(118,117,171); }
H1.HeaderClassName
{
color: #7675AB;
}
.AnyTagClassName
{
color: #7675AB;
}
</style>
background-color css
<style>
a { background-color: #7675AB; }
a { background-color: rgb(118,117,171); }
div.DivClassName
{
background-color: #7675AB;
}
.BgClassName
{
background-color: #7675AB;
}
</style>
border-color css
<style>
span { border-color: #7675AB; }
span { border-color: rgb(118,117,171); }
td.TdClassName
{
border-color: #7675AB;
}
.TagClassName
{
border-color: #7675AB;
}
</style>