Shades of Wild Blue Yonder #708AB7
Tints of Wild Blue Yonder #708AB7
RGB
CMYK
RGB Variations
Color information
#708AB7 (or 0x708AB7) is known color: Wild Blue Yonder. HEX triplet: 70, 8A and B7. RGB value is (112,138,183). Sum of RGB (Red+Green+Blue) = 112+138+183=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 183 (71.88% from 255 or 42.26% from 433); Max value from RGB is 183 - color contains mainly: blue. Hex color #708AB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708AB7 is #8F7548. Grayscale: #878787. Windows color (decimal): -9401673 or 12028528. OLE color: 12028528.
HSL color Cylindrical-coordinate representation of color #708AB7: hue angle of 218.03º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #708AB7 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 138 | 183 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.28 |
| HSL | 218.03º | 0.33% | 0.58% | - |
| HSV(B) | 218.03º | 0.39% | 0.72% | - |
| XYZ | 24.32 | 25.04 | 48.35 | - |
| YUV | 135.36 | 154.89 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 183 | 0.39 | 0.25 | 0 | 0.28 | 218.03 | 0.33 | 0.58 |
| Hex | 70 | 8A | B7 | 27 | 19 | 0 | 1C | DA | 21 | 3A |
| Octal | 160 | 212 | 267 | 47 | 31 | 0 | 34 | 332 | 41 | 72 |
| Binary | 1110000 | 10001010 | 10110111 | 100111 | 11001 | 0 | 11100 | 11011010 | 100001 | 111010 |
Color Harmonies of #708AB7
Complementary color
Monochromatic Colors of #708AB7
Black with #708AB7
Text Example
Text Example
White with #708AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708AB7; }
p { color: rgb(112,138,183); }
H1.HeaderClassName
{
color: #708AB7;
}
.AnyTagClassName
{
color: #708AB7;
}
</style>
background-color css
<style>
a { background-color: #708AB7; }
a { background-color: rgb(112,138,183); }
div.DivClassName
{
background-color: #708AB7;
}
.BgClassName
{
background-color: #708AB7;
}
</style>
border-color css
<style>
span { border-color: #708AB7; }
span { border-color: rgb(112,138,183); }
td.TdClassName
{
border-color: #708AB7;
}
.TagClassName
{
border-color: #708AB7;
}
</style>