Shades of Wild Blue Yonder #728CB8
Tints of Wild Blue Yonder #728CB8
RGB
CMYK
RGB Variations
Color information
#728CB8 (or 0x728CB8) is known color: Wild Blue Yonder. HEX triplet: 72, 8C and B8. RGB value is (114,140,184). Sum of RGB (Red+Green+Blue) = 114+140+184=438 (58% of max value = 765). Red value is 114 (44.92% from 255 or 26.03% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 184 (72.27% from 255 or 42.01% from 438); Max value from RGB is 184 - color contains mainly: blue. Hex color #728CB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728CB8 is #8D7347. Grayscale: #898989. Windows color (decimal): -9270088 or 12094578. OLE color: 12094578.
HSL color Cylindrical-coordinate representation of color #728CB8: hue angle of 217.71º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #728CB8 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 114 | 140 | 184 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.28 |
| HSL | 217.71º | 0.33% | 0.58% | - |
| HSV(B) | 217.71º | 0.38% | 0.72% | - |
| XYZ | 24.97 | 25.79 | 49.01 | - |
| YUV | 137.24 | 154.39 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 184 | 0.38 | 0.24 | 0 | 0.28 | 217.71 | 0.33 | 0.58 |
| Hex | 72 | 8C | B8 | 26 | 18 | 0 | 1C | DA | 21 | 3A |
| Octal | 162 | 214 | 270 | 46 | 30 | 0 | 34 | 332 | 41 | 72 |
| Binary | 1110010 | 10001100 | 10111000 | 100110 | 11000 | 0 | 11100 | 11011010 | 100001 | 111010 |
Color Harmonies of #728CB8
Complementary color
Monochromatic Colors of #728CB8
Black with #728CB8
Text Example
Text Example
White with #728CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728CB8; }
p { color: rgb(114,140,184); }
H1.HeaderClassName
{
color: #728CB8;
}
.AnyTagClassName
{
color: #728CB8;
}
</style>
background-color css
<style>
a { background-color: #728CB8; }
a { background-color: rgb(114,140,184); }
div.DivClassName
{
background-color: #728CB8;
}
.BgClassName
{
background-color: #728CB8;
}
</style>
border-color css
<style>
span { border-color: #728CB8; }
span { border-color: rgb(114,140,184); }
td.TdClassName
{
border-color: #728CB8;
}
.TagClassName
{
border-color: #728CB8;
}
</style>