Shades of Wild Blue Yonder #7881BC
Tints of Wild Blue Yonder #7881BC
RGB
CMYK
RGB Variations
Color information
#7881BC (or 0x7881BC) is known color: Wild Blue Yonder. HEX triplet: 78, 81 and BC. RGB value is (120,129,188). Sum of RGB (Red+Green+Blue) = 120+129+188=437 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.46% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #7881BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7881BC is #877E43. Grayscale: #848484. Windows color (decimal): -8879684 or 12353912. OLE color: 12353912.
HSL color Cylindrical-coordinate representation of color #7881BC: hue angle of 232.06º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7881BC is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 129 | 188 | - |
| CMYK | 0.36 | 0.31 | 0 | 0.26 |
| HSL | 232.06º | 0.34% | 0.6% | - |
| HSV(B) | 232.06º | 0.36% | 0.74% | - |
| XYZ | 24.67 | 23.32 | 50.78 | - |
| YUV | 133.04 | 159.02 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 129 | 188 | 0.36 | 0.31 | 0 | 0.26 | 232.06 | 0.34 | 0.6 |
| Hex | 78 | 81 | BC | 24 | 1F | 0 | 1A | E8 | 22 | 3C |
| Octal | 170 | 201 | 274 | 44 | 37 | 0 | 32 | 350 | 42 | 74 |
| Binary | 1111000 | 10000001 | 10111100 | 100100 | 11111 | 0 | 11010 | 11101000 | 100010 | 111100 |
Color Harmonies of #7881BC
Complementary color
Monochromatic Colors of #7881BC
Black with #7881BC
Text Example
Text Example
White with #7881BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7881BC; }
p { color: rgb(120,129,188); }
H1.HeaderClassName
{
color: #7881BC;
}
.AnyTagClassName
{
color: #7881BC;
}
</style>
background-color css
<style>
a { background-color: #7881BC; }
a { background-color: rgb(120,129,188); }
div.DivClassName
{
background-color: #7881BC;
}
.BgClassName
{
background-color: #7881BC;
}
</style>
border-color css
<style>
span { border-color: #7881BC; }
span { border-color: rgb(120,129,188); }
td.TdClassName
{
border-color: #7881BC;
}
.TagClassName
{
border-color: #7881BC;
}
</style>