Shades of Wild Blue Yonder #728FB7
Tints of Wild Blue Yonder #728FB7
RGB
CMYK
RGB Variations
Color information
#728FB7 (or 0x728FB7) is known color: Wild Blue Yonder. HEX triplet: 72, 8F and B7. RGB value is (114,143,183). Sum of RGB (Red+Green+Blue) = 114+143+183=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 183 - color contains mainly: blue. Hex color #728FB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728FB7 is #8D7048. Grayscale: #8A8A8A. Windows color (decimal): -9269321 or 12029810. OLE color: 12029810.
HSL color Cylindrical-coordinate representation of color #728FB7: hue angle of 214.78º degrees, saturation: 0.32, 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 #728FB7 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 114 | 143 | 183 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.28 |
| HSL | 214.78º | 0.32% | 0.58% | - |
| HSV(B) | 214.78º | 0.38% | 0.72% | - |
| XYZ | 25.31 | 26.64 | 48.61 | - |
| YUV | 138.89 | 152.89 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 143 | 183 | 0.38 | 0.22 | 0 | 0.28 | 214.78 | 0.32 | 0.58 |
| Hex | 72 | 8F | B7 | 26 | 16 | 0 | 1C | D7 | 20 | 3A |
| Octal | 162 | 217 | 267 | 46 | 26 | 0 | 34 | 327 | 40 | 72 |
| Binary | 1110010 | 10001111 | 10110111 | 100110 | 10110 | 0 | 11100 | 11010111 | 100000 | 111010 |
Color Harmonies of #728FB7
Complementary color
Monochromatic Colors of #728FB7
Black with #728FB7
Text Example
Text Example
White with #728FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728FB7; }
p { color: rgb(114,143,183); }
H1.HeaderClassName
{
color: #728FB7;
}
.AnyTagClassName
{
color: #728FB7;
}
</style>
background-color css
<style>
a { background-color: #728FB7; }
a { background-color: rgb(114,143,183); }
div.DivClassName
{
background-color: #728FB7;
}
.BgClassName
{
background-color: #728FB7;
}
</style>
border-color css
<style>
span { border-color: #728FB7; }
span { border-color: rgb(114,143,183); }
td.TdClassName
{
border-color: #728FB7;
}
.TagClassName
{
border-color: #728FB7;
}
</style>