Shades of Wild Blue Yonder #727FBA
Tints of Wild Blue Yonder #727FBA
RGB
CMYK
RGB Variations
Color information
#727FBA (or 0x727FBA) is known color: Wild Blue Yonder. HEX triplet: 72, 7F and BA. RGB value is (114,127,186). Sum of RGB (Red+Green+Blue) = 114+127+186=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #727FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727FBA is #8D8045. Grayscale: #818181. Windows color (decimal): -9273414 or 12222322. OLE color: 12222322.
HSL color Cylindrical-coordinate representation of color #727FBA: hue angle of 229.17º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #727FBA is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 127 | 186 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.27 |
| HSL | 229.17º | 0.34% | 0.59% | - |
| HSV(B) | 229.17º | 0.39% | 0.73% | - |
| XYZ | 23.39 | 22.3 | 49.53 | - |
| YUV | 129.84 | 159.69 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 127 | 186 | 0.39 | 0.32 | 0 | 0.27 | 229.17 | 0.34 | 0.59 |
| Hex | 72 | 7F | BA | 27 | 20 | 0 | 1B | E5 | 22 | 3B |
| Octal | 162 | 177 | 272 | 47 | 40 | 0 | 33 | 345 | 42 | 73 |
| Binary | 1110010 | 1111111 | 10111010 | 100111 | 100000 | 0 | 11011 | 11100101 | 100010 | 111011 |
Color Harmonies of #727FBA
Complementary color
Monochromatic Colors of #727FBA
Black with #727FBA
Text Example
Text Example
White with #727FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727FBA; }
p { color: rgb(114,127,186); }
H1.HeaderClassName
{
color: #727FBA;
}
.AnyTagClassName
{
color: #727FBA;
}
</style>
background-color css
<style>
a { background-color: #727FBA; }
a { background-color: rgb(114,127,186); }
div.DivClassName
{
background-color: #727FBA;
}
.BgClassName
{
background-color: #727FBA;
}
</style>
border-color css
<style>
span { border-color: #727FBA; }
span { border-color: rgb(114,127,186); }
td.TdClassName
{
border-color: #727FBA;
}
.TagClassName
{
border-color: #727FBA;
}
</style>