Shades of Wild Blue Yonder #7881BE
Tints of Wild Blue Yonder #7881BE
RGB
CMYK
RGB Variations
Color information
#7881BE (or 0x7881BE) is known color: Wild Blue Yonder. HEX triplet: 78, 81 and BE. RGB value is (120,129,190). Sum of RGB (Red+Green+Blue) = 120+129+190=439 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.33% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #7881BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7881BE is #877E41. Grayscale: #858585. Windows color (decimal): -8879682 or 12484984. OLE color: 12484984.
HSL color Cylindrical-coordinate representation of color #7881BE: hue angle of 232.29º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7881BE is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 129 | 190 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.25 |
| HSL | 232.29º | 0.35% | 0.61% | - |
| HSV(B) | 232.29º | 0.37% | 0.75% | - |
| XYZ | 24.89 | 23.41 | 51.92 | - |
| YUV | 133.26 | 160.02 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 129 | 190 | 0.37 | 0.32 | 0 | 0.25 | 232.29 | 0.35 | 0.61 |
| Hex | 78 | 81 | BE | 25 | 20 | 0 | 19 | E8 | 23 | 3D |
| Octal | 170 | 201 | 276 | 45 | 40 | 0 | 31 | 350 | 43 | 75 |
| Binary | 1111000 | 10000001 | 10111110 | 100101 | 100000 | 0 | 11001 | 11101000 | 100011 | 111101 |
Color Harmonies of #7881BE
Complementary color
Monochromatic Colors of #7881BE
Black with #7881BE
Text Example
Text Example
White with #7881BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7881BE; }
p { color: rgb(120,129,190); }
H1.HeaderClassName
{
color: #7881BE;
}
.AnyTagClassName
{
color: #7881BE;
}
</style>
background-color css
<style>
a { background-color: #7881BE; }
a { background-color: rgb(120,129,190); }
div.DivClassName
{
background-color: #7881BE;
}
.BgClassName
{
background-color: #7881BE;
}
</style>
border-color css
<style>
span { border-color: #7881BE; }
span { border-color: rgb(120,129,190); }
td.TdClassName
{
border-color: #7881BE;
}
.TagClassName
{
border-color: #7881BE;
}
</style>