Shades of Wild Blue Yonder #727CC5
Tints of Wild Blue Yonder #727CC5
RGB
CMYK
RGB Variations
Color information
#727CC5 (or 0x727CC5) is known color: Wild Blue Yonder. HEX triplet: 72, 7C and C5. RGB value is (114,124,197). Sum of RGB (Red+Green+Blue) = 114+124+197=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 197 (77.34% from 255 or 45.29% from 435); Max value from RGB is 197 - color contains mainly: blue. Hex color #727CC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727CC5 is #8D833A. Grayscale: #818181. Windows color (decimal): -9274171 or 12942450. OLE color: 12942450.
HSL color Cylindrical-coordinate representation of color #727CC5: hue angle of 232.77º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #727CC5 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 124 | 197 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.23 |
| HSL | 232.77º | 0.42% | 0.61% | - |
| HSV(B) | 232.77º | 0.42% | 0.77% | - |
| XYZ | 24.23 | 22.02 | 55.8 | - |
| YUV | 129.33 | 166.19 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 124 | 197 | 0.42 | 0.37 | 0 | 0.23 | 232.77 | 0.42 | 0.61 |
| Hex | 72 | 7C | C5 | 2A | 25 | 0 | 17 | E9 | 2A | 3D |
| Octal | 162 | 174 | 305 | 52 | 45 | 0 | 27 | 351 | 52 | 75 |
| Binary | 1110010 | 1111100 | 11000101 | 101010 | 100101 | 0 | 10111 | 11101001 | 101010 | 111101 |
Color Harmonies of #727CC5
Complementary color
Monochromatic Colors of #727CC5
Black with #727CC5
Text Example
Text Example
White with #727CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727CC5; }
p { color: rgb(114,124,197); }
H1.HeaderClassName
{
color: #727CC5;
}
.AnyTagClassName
{
color: #727CC5;
}
</style>
background-color css
<style>
a { background-color: #727CC5; }
a { background-color: rgb(114,124,197); }
div.DivClassName
{
background-color: #727CC5;
}
.BgClassName
{
background-color: #727CC5;
}
</style>
border-color css
<style>
span { border-color: #727CC5; }
span { border-color: rgb(114,124,197); }
td.TdClassName
{
border-color: #727CC5;
}
.TagClassName
{
border-color: #727CC5;
}
</style>