Shades of Wild Blue Yonder #728ECC
Tints of Wild Blue Yonder #728ECC
RGB
CMYK
RGB Variations
Color information
#728ECC (or 0x728ECC) is known color: Wild Blue Yonder. HEX triplet: 72, 8E and CC. RGB value is (114,142,204). Sum of RGB (Red+Green+Blue) = 114+142+204=460 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.78% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #728ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728ECC is #8D7133. Grayscale: #8C8C8C. Windows color (decimal): -9269556 or 13405810. OLE color: 13405810.
HSL color Cylindrical-coordinate representation of color #728ECC: hue angle of 221.33º degrees, saturation: 0.47, 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 #728ECC is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 142 | 204 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.2 |
| HSL | 221.33º | 0.47% | 0.62% | - |
| HSV(B) | 221.33º | 0.44% | 0.8% | - |
| XYZ | 27.51 | 27.28 | 60.94 | - |
| YUV | 140.7 | 163.72 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 142 | 204 | 0.44 | 0.30 | 0 | 0.2 | 221.33 | 0.47 | 0.62 |
| Hex | 72 | 8E | CC | 2C | 1E | 0 | 14 | DD | 2F | 3E |
| Octal | 162 | 216 | 314 | 54 | 36 | 0 | 24 | 335 | 57 | 76 |
| Binary | 1110010 | 10001110 | 11001100 | 101100 | 11110 | 0 | 10100 | 11011101 | 101111 | 111110 |
Color Harmonies of #728ECC
Complementary color
Monochromatic Colors of #728ECC
Black with #728ECC
Text Example
Text Example
White with #728ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728ECC; }
p { color: rgb(114,142,204); }
H1.HeaderClassName
{
color: #728ECC;
}
.AnyTagClassName
{
color: #728ECC;
}
</style>
background-color css
<style>
a { background-color: #728ECC; }
a { background-color: rgb(114,142,204); }
div.DivClassName
{
background-color: #728ECC;
}
.BgClassName
{
background-color: #728ECC;
}
</style>
border-color css
<style>
span { border-color: #728ECC; }
span { border-color: rgb(114,142,204); }
td.TdClassName
{
border-color: #728ECC;
}
.TagClassName
{
border-color: #728ECC;
}
</style>