Shades of Wild Blue Yonder #787FB0
Tints of Wild Blue Yonder #787FB0
RGB
CMYK
RGB Variations
Color information
#787FB0 (or 0x787FB0) is known color: Wild Blue Yonder. HEX triplet: 78, 7F and B0. RGB value is (120,127,176). Sum of RGB (Red+Green+Blue) = 120+127+176=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 176 - color contains mainly: blue. Hex color #787FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787FB0 is #87804F. Grayscale: #828282. Windows color (decimal): -8880208 or 11566968. OLE color: 11566968.
HSL color Cylindrical-coordinate representation of color #787FB0: hue angle of 232.5º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #787FB0 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 127 | 176 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.31 |
| HSL | 232.5º | 0.26% | 0.58% | - |
| HSV(B) | 232.5º | 0.32% | 0.69% | - |
| XYZ | 23.17 | 22.31 | 44.16 | - |
| YUV | 130.49 | 153.68 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 127 | 176 | 0.32 | 0.28 | 0 | 0.31 | 232.5 | 0.26 | 0.58 |
| Hex | 78 | 7F | B0 | 20 | 1C | 0 | 1F | E8 | 1A | 3A |
| Octal | 170 | 177 | 260 | 40 | 34 | 0 | 37 | 350 | 32 | 72 |
| Binary | 1111000 | 1111111 | 10110000 | 100000 | 11100 | 0 | 11111 | 11101000 | 11010 | 111010 |
Color Harmonies of #787FB0
Complementary color
Monochromatic Colors of #787FB0
Black with #787FB0
Text Example
Text Example
White with #787FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787FB0; }
p { color: rgb(120,127,176); }
H1.HeaderClassName
{
color: #787FB0;
}
.AnyTagClassName
{
color: #787FB0;
}
</style>
background-color css
<style>
a { background-color: #787FB0; }
a { background-color: rgb(120,127,176); }
div.DivClassName
{
background-color: #787FB0;
}
.BgClassName
{
background-color: #787FB0;
}
</style>
border-color css
<style>
span { border-color: #787FB0; }
span { border-color: rgb(120,127,176); }
td.TdClassName
{
border-color: #787FB0;
}
.TagClassName
{
border-color: #787FB0;
}
</style>