Shades of Chetwode Blue #727BAF
Tints of Chetwode Blue #727BAF
RGB
CMYK
RGB Variations
Color information
#727BAF (or 0x727BAF) is known color: Chetwode Blue. HEX triplet: 72, 7B and AF. RGB value is (114,123,175). Sum of RGB (Red+Green+Blue) = 114+123+175=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #727BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727BAF is #8D8450. Grayscale: #7E7E7E. Windows color (decimal): -9274449 or 11500402. OLE color: 11500402.
HSL color Cylindrical-coordinate representation of color #727BAF: hue angle of 231.15º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #727BAF is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 114 | 123 | 175 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.31 |
| HSL | 231.15º | 0.28% | 0.57% | - |
| HSV(B) | 231.15º | 0.35% | 0.69% | - |
| XYZ | 21.76 | 20.84 | 43.43 | - |
| YUV | 126.24 | 155.52 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 123 | 175 | 0.35 | 0.30 | 0 | 0.31 | 231.15 | 0.28 | 0.57 |
| Hex | 72 | 7B | AF | 23 | 1E | 0 | 1F | E7 | 1C | 39 |
| Octal | 162 | 173 | 257 | 43 | 36 | 0 | 37 | 347 | 34 | 71 |
| Binary | 1110010 | 1111011 | 10101111 | 100011 | 11110 | 0 | 11111 | 11100111 | 11100 | 111001 |
Color Harmonies of #727BAF
Complementary color
Monochromatic Colors of #727BAF
Black with #727BAF
Text Example
Text Example
White with #727BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727BAF; }
p { color: rgb(114,123,175); }
H1.HeaderClassName
{
color: #727BAF;
}
.AnyTagClassName
{
color: #727BAF;
}
</style>
background-color css
<style>
a { background-color: #727BAF; }
a { background-color: rgb(114,123,175); }
div.DivClassName
{
background-color: #727BAF;
}
.BgClassName
{
background-color: #727BAF;
}
</style>
border-color css
<style>
span { border-color: #727BAF; }
span { border-color: rgb(114,123,175); }
td.TdClassName
{
border-color: #727BAF;
}
.TagClassName
{
border-color: #727BAF;
}
</style>