Shades of Wild Blue Yonder #727ECB
Tints of Wild Blue Yonder #727ECB
RGB
CMYK
RGB Variations
Color information
#727ECB (or 0x727ECB) is known color: Wild Blue Yonder. HEX triplet: 72, 7E and CB. RGB value is (114,126,203). Sum of RGB (Red+Green+Blue) = 114+126+203=443 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.73% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #727ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727ECB is #8D8134. Grayscale: #828282. Windows color (decimal): -9273653 or 13336178. OLE color: 13336178.
HSL color Cylindrical-coordinate representation of color #727ECB: hue angle of 231.91º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #727ECB is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 126 | 203 | - |
| CMYK | 0.44 | 0.38 | 0 | 0.20 |
| HSL | 231.91º | 0.46% | 0.62% | - |
| HSV(B) | 231.91º | 0.44% | 0.8% | - |
| XYZ | 25.18 | 22.81 | 59.58 | - |
| YUV | 131.19 | 168.52 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 126 | 203 | 0.44 | 0.38 | 0 | 0.20 | 231.91 | 0.46 | 0.62 |
| Hex | 72 | 7E | CB | 2C | 26 | 0 | 14 | E8 | 2E | 3E |
| Octal | 162 | 176 | 313 | 54 | 46 | 0 | 24 | 350 | 56 | 76 |
| Binary | 1110010 | 1111110 | 11001011 | 101100 | 100110 | 0 | 10100 | 11101000 | 101110 | 111110 |
Color Harmonies of #727ECB
Complementary color
Monochromatic Colors of #727ECB
Black with #727ECB
Text Example
Text Example
White with #727ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727ECB; }
p { color: rgb(114,126,203); }
H1.HeaderClassName
{
color: #727ECB;
}
.AnyTagClassName
{
color: #727ECB;
}
</style>
background-color css
<style>
a { background-color: #727ECB; }
a { background-color: rgb(114,126,203); }
div.DivClassName
{
background-color: #727ECB;
}
.BgClassName
{
background-color: #727ECB;
}
</style>
border-color css
<style>
span { border-color: #727ECB; }
span { border-color: rgb(114,126,203); }
td.TdClassName
{
border-color: #727ECB;
}
.TagClassName
{
border-color: #727ECB;
}
</style>