Shades of Wild Blue Yonder #728CBC
Tints of Wild Blue Yonder #728CBC
RGB
CMYK
RGB Variations
Color information
#728CBC (or 0x728CBC) is known color: Wild Blue Yonder. HEX triplet: 72, 8C and BC. RGB value is (114,140,188). Sum of RGB (Red+Green+Blue) = 114+140+188=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #728CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728CBC is #8D7343. Grayscale: #898989. Windows color (decimal): -9270084 or 12356722. OLE color: 12356722.
HSL color Cylindrical-coordinate representation of color #728CBC: hue angle of 218.92º 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 #728CBC is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 140 | 188 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.26 |
| HSL | 218.92º | 0.36% | 0.59% | - |
| HSV(B) | 218.92º | 0.39% | 0.74% | - |
| XYZ | 25.39 | 25.96 | 51.25 | - |
| YUV | 137.7 | 156.39 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 188 | 0.39 | 0.26 | 0 | 0.26 | 218.92 | 0.36 | 0.59 |
| Hex | 72 | 8C | BC | 27 | 1A | 0 | 1A | DB | 24 | 3B |
| Octal | 162 | 214 | 274 | 47 | 32 | 0 | 32 | 333 | 44 | 73 |
| Binary | 1110010 | 10001100 | 10111100 | 100111 | 11010 | 0 | 11010 | 11011011 | 100100 | 111011 |
Color Harmonies of #728CBC
Complementary color
Monochromatic Colors of #728CBC
Black with #728CBC
Text Example
Text Example
White with #728CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728CBC; }
p { color: rgb(114,140,188); }
H1.HeaderClassName
{
color: #728CBC;
}
.AnyTagClassName
{
color: #728CBC;
}
</style>
background-color css
<style>
a { background-color: #728CBC; }
a { background-color: rgb(114,140,188); }
div.DivClassName
{
background-color: #728CBC;
}
.BgClassName
{
background-color: #728CBC;
}
</style>
border-color css
<style>
span { border-color: #728CBC; }
span { border-color: rgb(114,140,188); }
td.TdClassName
{
border-color: #728CBC;
}
.TagClassName
{
border-color: #728CBC;
}
</style>