Shades of Wild Blue Yonder #728ABC
Tints of Wild Blue Yonder #728ABC
RGB
CMYK
RGB Variations
Color information
#728ABC (or 0x728ABC) is known color: Wild Blue Yonder. HEX triplet: 72, 8A and BC. RGB value is (114,138,188). Sum of RGB (Red+Green+Blue) = 114+138+188=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #728ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728ABC is #8D7543. Grayscale: #888888. Windows color (decimal): -9270596 or 12356210. OLE color: 12356210.
HSL color Cylindrical-coordinate representation of color #728ABC: hue angle of 220.54º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #728ABC is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 138 | 188 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.26 |
| HSL | 220.54º | 0.36% | 0.59% | - |
| HSV(B) | 220.54º | 0.39% | 0.74% | - |
| XYZ | 25.11 | 25.39 | 51.15 | - |
| YUV | 136.52 | 157.05 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 188 | 0.39 | 0.27 | 0 | 0.26 | 220.54 | 0.36 | 0.59 |
| Hex | 72 | 8A | BC | 27 | 1B | 0 | 1A | DD | 24 | 3B |
| Octal | 162 | 212 | 274 | 47 | 33 | 0 | 32 | 335 | 44 | 73 |
| Binary | 1110010 | 10001010 | 10111100 | 100111 | 11011 | 0 | 11010 | 11011101 | 100100 | 111011 |
Color Harmonies of #728ABC
Complementary color
Monochromatic Colors of #728ABC
Black with #728ABC
Text Example
Text Example
White with #728ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728ABC; }
p { color: rgb(114,138,188); }
H1.HeaderClassName
{
color: #728ABC;
}
.AnyTagClassName
{
color: #728ABC;
}
</style>
background-color css
<style>
a { background-color: #728ABC; }
a { background-color: rgb(114,138,188); }
div.DivClassName
{
background-color: #728ABC;
}
.BgClassName
{
background-color: #728ABC;
}
</style>
border-color css
<style>
span { border-color: #728ABC; }
span { border-color: rgb(114,138,188); }
td.TdClassName
{
border-color: #728ABC;
}
.TagClassName
{
border-color: #728ABC;
}
</style>