Shades of Wild Blue Yonder #727EC7
Tints of Wild Blue Yonder #727EC7
RGB
CMYK
RGB Variations
Color information
#727EC7 (or 0x727EC7) is known color: Wild Blue Yonder. HEX triplet: 72, 7E and C7. RGB value is (114,126,199). Sum of RGB (Red+Green+Blue) = 114+126+199=439 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.97% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 199 (78.12% from 255 or 45.33% from 439); Max value from RGB is 199 - color contains mainly: blue. Hex color #727EC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727EC7 is #8D8138. Grayscale: #828282. Windows color (decimal): -9273657 or 13074034. OLE color: 13074034.
HSL color Cylindrical-coordinate representation of color #727EC7: hue angle of 231.53º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #727EC7 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 126 | 199 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.22 |
| HSL | 231.53º | 0.43% | 0.61% | - |
| HSV(B) | 231.53º | 0.43% | 0.78% | - |
| XYZ | 24.71 | 22.62 | 57.1 | - |
| YUV | 130.73 | 166.52 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 126 | 199 | 0.43 | 0.37 | 0 | 0.22 | 231.53 | 0.43 | 0.61 |
| Hex | 72 | 7E | C7 | 2B | 25 | 0 | 16 | E8 | 2B | 3D |
| Octal | 162 | 176 | 307 | 53 | 45 | 0 | 26 | 350 | 53 | 75 |
| Binary | 1110010 | 1111110 | 11000111 | 101011 | 100101 | 0 | 10110 | 11101000 | 101011 | 111101 |
Color Harmonies of #727EC7
Complementary color
Monochromatic Colors of #727EC7
Black with #727EC7
Text Example
Text Example
White with #727EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727EC7; }
p { color: rgb(114,126,199); }
H1.HeaderClassName
{
color: #727EC7;
}
.AnyTagClassName
{
color: #727EC7;
}
</style>
background-color css
<style>
a { background-color: #727EC7; }
a { background-color: rgb(114,126,199); }
div.DivClassName
{
background-color: #727EC7;
}
.BgClassName
{
background-color: #727EC7;
}
</style>
border-color css
<style>
span { border-color: #727EC7; }
span { border-color: rgb(114,126,199); }
td.TdClassName
{
border-color: #727EC7;
}
.TagClassName
{
border-color: #727EC7;
}
</style>