Shades of Wild Blue Yonder #728DC4
Tints of Wild Blue Yonder #728DC4
RGB
CMYK
RGB Variations
Color information
#728DC4 (or 0x728DC4) is known color: Wild Blue Yonder. HEX triplet: 72, 8D and C4. RGB value is (114,141,196). Sum of RGB (Red+Green+Blue) = 114+141+196=451 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.28% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 196 (76.95% from 255 or 43.46% from 451); Max value from RGB is 196 - color contains mainly: blue. Hex color #728DC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728DC4 is #8D723B. Grayscale: #8A8A8A. Windows color (decimal): -9269820 or 12881266. OLE color: 12881266.
HSL color Cylindrical-coordinate representation of color #728DC4: hue angle of 220.24º degrees, saturation: 0.41, 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 #728DC4 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 141 | 196 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.23 |
| HSL | 220.24º | 0.41% | 0.61% | - |
| HSV(B) | 220.24º | 0.42% | 0.77% | - |
| XYZ | 26.43 | 26.61 | 55.97 | - |
| YUV | 139.2 | 160.05 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 196 | 0.42 | 0.28 | 0 | 0.23 | 220.24 | 0.41 | 0.61 |
| Hex | 72 | 8D | C4 | 2A | 1C | 0 | 17 | DC | 29 | 3D |
| Octal | 162 | 215 | 304 | 52 | 34 | 0 | 27 | 334 | 51 | 75 |
| Binary | 1110010 | 10001101 | 11000100 | 101010 | 11100 | 0 | 10111 | 11011100 | 101001 | 111101 |
Color Harmonies of #728DC4
Complementary color
Monochromatic Colors of #728DC4
Black with #728DC4
Text Example
Text Example
White with #728DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728DC4; }
p { color: rgb(114,141,196); }
H1.HeaderClassName
{
color: #728DC4;
}
.AnyTagClassName
{
color: #728DC4;
}
</style>
background-color css
<style>
a { background-color: #728DC4; }
a { background-color: rgb(114,141,196); }
div.DivClassName
{
background-color: #728DC4;
}
.BgClassName
{
background-color: #728DC4;
}
</style>
border-color css
<style>
span { border-color: #728DC4; }
span { border-color: rgb(114,141,196); }
td.TdClassName
{
border-color: #728DC4;
}
.TagClassName
{
border-color: #728DC4;
}
</style>