Shades of Wild Blue Yonder #7888BD
Tints of Wild Blue Yonder #7888BD
RGB
CMYK
RGB Variations
Color information
#7888BD (or 0x7888BD) is known color: Wild Blue Yonder. HEX triplet: 78, 88 and BD. RGB value is (120,136,189). Sum of RGB (Red+Green+Blue) = 120+136+189=445 (58% of max value = 765). Red value is 120 (47.27% from 255 or 26.97% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #7888BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7888BD is #877742. Grayscale: #898989. Windows color (decimal): -8877891 or 12421240. OLE color: 12421240.
HSL color Cylindrical-coordinate representation of color #7888BD: hue angle of 226.09º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7888BD is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 136 | 189 | - |
| CMYK | 0.37 | 0.28 | 0 | 0.26 |
| HSL | 226.09º | 0.34% | 0.61% | - |
| HSV(B) | 226.09º | 0.37% | 0.74% | - |
| XYZ | 25.74 | 25.28 | 51.67 | - |
| YUV | 137.26 | 157.2 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 136 | 189 | 0.37 | 0.28 | 0 | 0.26 | 226.09 | 0.34 | 0.61 |
| Hex | 78 | 88 | BD | 25 | 1C | 0 | 1A | E2 | 22 | 3D |
| Octal | 170 | 210 | 275 | 45 | 34 | 0 | 32 | 342 | 42 | 75 |
| Binary | 1111000 | 10001000 | 10111101 | 100101 | 11100 | 0 | 11010 | 11100010 | 100010 | 111101 |
Color Harmonies of #7888BD
Complementary color
Monochromatic Colors of #7888BD
Black with #7888BD
Text Example
Text Example
White with #7888BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7888BD; }
p { color: rgb(120,136,189); }
H1.HeaderClassName
{
color: #7888BD;
}
.AnyTagClassName
{
color: #7888BD;
}
</style>
background-color css
<style>
a { background-color: #7888BD; }
a { background-color: rgb(120,136,189); }
div.DivClassName
{
background-color: #7888BD;
}
.BgClassName
{
background-color: #7888BD;
}
</style>
border-color css
<style>
span { border-color: #7888BD; }
span { border-color: rgb(120,136,189); }
td.TdClassName
{
border-color: #7888BD;
}
.TagClassName
{
border-color: #7888BD;
}
</style>