Shades of Wild Blue Yonder #728CBB
Tints of Wild Blue Yonder #728CBB
RGB
CMYK
RGB Variations
Color information
#728CBB (or 0x728CBB) is known color: Wild Blue Yonder. HEX triplet: 72, 8C and BB. RGB value is (114,140,187). Sum of RGB (Red+Green+Blue) = 114+140+187=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #728CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728CBB is #8D7344. Grayscale: #898989. Windows color (decimal): -9270085 or 12291186. OLE color: 12291186.
HSL color Cylindrical-coordinate representation of color #728CBB: hue angle of 218.63º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #728CBB is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 140 | 187 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.27 |
| HSL | 218.63º | 0.35% | 0.59% | - |
| HSV(B) | 218.63º | 0.39% | 0.73% | - |
| XYZ | 25.29 | 25.92 | 50.68 | - |
| YUV | 137.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 187 | 0.39 | 0.25 | 0 | 0.27 | 218.63 | 0.35 | 0.59 |
| Hex | 72 | 8C | BB | 27 | 19 | 0 | 1B | DB | 23 | 3B |
| Octal | 162 | 214 | 273 | 47 | 31 | 0 | 33 | 333 | 43 | 73 |
| Binary | 1110010 | 10001100 | 10111011 | 100111 | 11001 | 0 | 11011 | 11011011 | 100011 | 111011 |
Color Harmonies of #728CBB
Complementary color
Monochromatic Colors of #728CBB
Black with #728CBB
Text Example
Text Example
White with #728CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728CBB; }
p { color: rgb(114,140,187); }
H1.HeaderClassName
{
color: #728CBB;
}
.AnyTagClassName
{
color: #728CBB;
}
</style>
background-color css
<style>
a { background-color: #728CBB; }
a { background-color: rgb(114,140,187); }
div.DivClassName
{
background-color: #728CBB;
}
.BgClassName
{
background-color: #728CBB;
}
</style>
border-color css
<style>
span { border-color: #728CBB; }
span { border-color: rgb(114,140,187); }
td.TdClassName
{
border-color: #728CBB;
}
.TagClassName
{
border-color: #728CBB;
}
</style>