Shades of Wild Blue Yonder #727FB1
Tints of Wild Blue Yonder #727FB1
RGB
CMYK
RGB Variations
Color information
#727FB1 (or 0x727FB1) is known color: Wild Blue Yonder. HEX triplet: 72, 7F and B1. RGB value is (114,127,177). Sum of RGB (Red+Green+Blue) = 114+127+177=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 177 (69.53% from 255 or 42.34% from 418); Max value from RGB is 177 - color contains mainly: blue. Hex color #727FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727FB1 is #8D804E. Grayscale: #808080. Windows color (decimal): -9273423 or 11632498. OLE color: 11632498.
HSL color Cylindrical-coordinate representation of color #727FB1: hue angle of 227.62º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #727FB1 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 114 | 127 | 177 | - |
| CMYK | 0.36 | 0.28 | 0 | 0.31 |
| HSL | 227.62º | 0.29% | 0.57% | - |
| HSV(B) | 227.62º | 0.36% | 0.69% | - |
| XYZ | 22.46 | 21.93 | 44.64 | - |
| YUV | 128.81 | 155.19 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 127 | 177 | 0.36 | 0.28 | 0 | 0.31 | 227.62 | 0.29 | 0.57 |
| Hex | 72 | 7F | B1 | 24 | 1C | 0 | 1F | E4 | 1D | 39 |
| Octal | 162 | 177 | 261 | 44 | 34 | 0 | 37 | 344 | 35 | 71 |
| Binary | 1110010 | 1111111 | 10110001 | 100100 | 11100 | 0 | 11111 | 11100100 | 11101 | 111001 |
Color Harmonies of #727FB1
Complementary color
Monochromatic Colors of #727FB1
Black with #727FB1
Text Example
Text Example
White with #727FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727FB1; }
p { color: rgb(114,127,177); }
H1.HeaderClassName
{
color: #727FB1;
}
.AnyTagClassName
{
color: #727FB1;
}
</style>
background-color css
<style>
a { background-color: #727FB1; }
a { background-color: rgb(114,127,177); }
div.DivClassName
{
background-color: #727FB1;
}
.BgClassName
{
background-color: #727FB1;
}
</style>
border-color css
<style>
span { border-color: #727FB1; }
span { border-color: rgb(114,127,177); }
td.TdClassName
{
border-color: #727FB1;
}
.TagClassName
{
border-color: #727FB1;
}
</style>