Shades of Wild Blue Yonder #7A87BF
Tints of Wild Blue Yonder #7A87BF
RGB
CMYK
RGB Variations
Color information
#7A87BF (or 0x7A87BF) is known color: Wild Blue Yonder. HEX triplet: 7A, 87 and BF. RGB value is (122,135,191). Sum of RGB (Red+Green+Blue) = 122+135+191=448 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.23% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A87BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A87BF is #857840. Grayscale: #898989. Windows color (decimal): -8747073 or 12552058. OLE color: 12552058.
HSL color Cylindrical-coordinate representation of color #7A87BF: hue angle of 228.7º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A87BF is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 135 | 191 | - |
| CMYK | 0.36 | 0.29 | 0 | 0.25 |
| HSL | 228.7º | 0.35% | 0.61% | - |
| HSV(B) | 228.7º | 0.36% | 0.75% | - |
| XYZ | 26.09 | 25.23 | 52.78 | - |
| YUV | 137.5 | 158.19 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 135 | 191 | 0.36 | 0.29 | 0 | 0.25 | 228.7 | 0.35 | 0.61 |
| Hex | 7A | 87 | BF | 24 | 1D | 0 | 19 | E5 | 23 | 3D |
| Octal | 172 | 207 | 277 | 44 | 35 | 0 | 31 | 345 | 43 | 75 |
| Binary | 1111010 | 10000111 | 10111111 | 100100 | 11101 | 0 | 11001 | 11100101 | 100011 | 111101 |
Color Harmonies of #7A87BF
Complementary color
Monochromatic Colors of #7A87BF
Black with #7A87BF
Text Example
Text Example
White with #7A87BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A87BF; }
p { color: rgb(122,135,191); }
H1.HeaderClassName
{
color: #7A87BF;
}
.AnyTagClassName
{
color: #7A87BF;
}
</style>
background-color css
<style>
a { background-color: #7A87BF; }
a { background-color: rgb(122,135,191); }
div.DivClassName
{
background-color: #7A87BF;
}
.BgClassName
{
background-color: #7A87BF;
}
</style>
border-color css
<style>
span { border-color: #7A87BF; }
span { border-color: rgb(122,135,191); }
td.TdClassName
{
border-color: #7A87BF;
}
.TagClassName
{
border-color: #7A87BF;
}
</style>