Shades of Wild Blue Yonder #7880CB
Tints of Wild Blue Yonder #7880CB
RGB
CMYK
RGB Variations
Color information
#7880CB (or 0x7880CB) is known color: Wild Blue Yonder. HEX triplet: 78, 80 and CB. RGB value is (120,128,203). Sum of RGB (Red+Green+Blue) = 120+128+203=451 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.61% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #7880CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7880CB is #877F34. Grayscale: #858585. Windows color (decimal): -8879925 or 13336696. OLE color: 13336696.
HSL color Cylindrical-coordinate representation of color #7880CB: hue angle of 234.22º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7880CB is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 128 | 203 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.20 |
| HSL | 234.22º | 0.44% | 0.63% | - |
| HSV(B) | 234.22º | 0.41% | 0.8% | - |
| XYZ | 26.24 | 23.74 | 59.7 | - |
| YUV | 134.16 | 166.85 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 128 | 203 | 0.41 | 0.37 | 0 | 0.20 | 234.22 | 0.44 | 0.63 |
| Hex | 78 | 80 | CB | 29 | 25 | 0 | 14 | EA | 2C | 3F |
| Octal | 170 | 200 | 313 | 51 | 45 | 0 | 24 | 352 | 54 | 77 |
| Binary | 1111000 | 10000000 | 11001011 | 101001 | 100101 | 0 | 10100 | 11101010 | 101100 | 111111 |
Color Harmonies of #7880CB
Complementary color
Monochromatic Colors of #7880CB
Black with #7880CB
Text Example
Text Example
White with #7880CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7880CB; }
p { color: rgb(120,128,203); }
H1.HeaderClassName
{
color: #7880CB;
}
.AnyTagClassName
{
color: #7880CB;
}
</style>
background-color css
<style>
a { background-color: #7880CB; }
a { background-color: rgb(120,128,203); }
div.DivClassName
{
background-color: #7880CB;
}
.BgClassName
{
background-color: #7880CB;
}
</style>
border-color css
<style>
span { border-color: #7880CB; }
span { border-color: rgb(120,128,203); }
td.TdClassName
{
border-color: #7880CB;
}
.TagClassName
{
border-color: #7880CB;
}
</style>