Shades of Wild Blue Yonder #7F8AB8
Tints of Wild Blue Yonder #7F8AB8
RGB
CMYK
RGB Variations
Color information
#7F8AB8 (or 0x7F8AB8) is known color: Wild Blue Yonder. HEX triplet: 7F, 8A and B8. RGB value is (127,138,184). Sum of RGB (Red+Green+Blue) = 127+138+184=449 (59% of max value = 765). Red value is 127 (50% from 255 or 28.29% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 184 - color contains mainly: blue. Hex color #7F8AB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8AB8 is #807547. Grayscale: #8B8B8B. Windows color (decimal): -8418632 or 12094079. OLE color: 12094079.
HSL color Cylindrical-coordinate representation of color #7F8AB8: hue angle of 228.42º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F8AB8 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 127 | 138 | 184 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.28 |
| HSL | 228.42º | 0.29% | 0.61% | - |
| HSV(B) | 228.42º | 0.31% | 0.72% | - |
| XYZ | 26.49 | 26.15 | 49 | - |
| YUV | 139.96 | 152.86 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 138 | 184 | 0.31 | 0.25 | 0 | 0.28 | 228.42 | 0.29 | 0.61 |
| Hex | 7F | 8A | B8 | 1F | 19 | 0 | 1C | E4 | 1D | 3D |
| Octal | 177 | 212 | 270 | 37 | 31 | 0 | 34 | 344 | 35 | 75 |
| Binary | 1111111 | 10001010 | 10111000 | 11111 | 11001 | 0 | 11100 | 11100100 | 11101 | 111101 |
Color Harmonies of #7F8AB8
Complementary color
Monochromatic Colors of #7F8AB8
Black with #7F8AB8
Text Example
Text Example
White with #7F8AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8AB8; }
p { color: rgb(127,138,184); }
H1.HeaderClassName
{
color: #7F8AB8;
}
.AnyTagClassName
{
color: #7F8AB8;
}
</style>
background-color css
<style>
a { background-color: #7F8AB8; }
a { background-color: rgb(127,138,184); }
div.DivClassName
{
background-color: #7F8AB8;
}
.BgClassName
{
background-color: #7F8AB8;
}
</style>
border-color css
<style>
span { border-color: #7F8AB8; }
span { border-color: rgb(127,138,184); }
td.TdClassName
{
border-color: #7F8AB8;
}
.TagClassName
{
border-color: #7F8AB8;
}
</style>