Shades of Wild Blue Yonder #7881CC
Tints of Wild Blue Yonder #7881CC
RGB
CMYK
RGB Variations
Color information
#7881CC (or 0x7881CC) is known color: Wild Blue Yonder. HEX triplet: 78, 81 and CC. RGB value is (120,129,204). Sum of RGB (Red+Green+Blue) = 120+129+204=453 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.49% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #7881CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7881CC is #877E33. Grayscale: #868686. Windows color (decimal): -8879668 or 13402488. OLE color: 13402488.
HSL color Cylindrical-coordinate representation of color #7881CC: hue angle of 233.57º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7881CC is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 129 | 204 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.2 |
| HSL | 233.57º | 0.45% | 0.64% | - |
| HSV(B) | 233.57º | 0.41% | 0.8% | - |
| XYZ | 26.5 | 24.05 | 60.37 | - |
| YUV | 134.86 | 167.02 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 129 | 204 | 0.41 | 0.37 | 0 | 0.2 | 233.57 | 0.45 | 0.64 |
| Hex | 78 | 81 | CC | 29 | 25 | 0 | 14 | EA | 2D | 40 |
| Octal | 170 | 201 | 314 | 51 | 45 | 0 | 24 | 352 | 55 | 100 |
| Binary | 1111000 | 10000001 | 11001100 | 101001 | 100101 | 0 | 10100 | 11101010 | 101101 | 1000000 |
Color Harmonies of #7881CC
Complementary color
Monochromatic Colors of #7881CC
Black with #7881CC
Text Example
Text Example
White with #7881CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7881CC; }
p { color: rgb(120,129,204); }
H1.HeaderClassName
{
color: #7881CC;
}
.AnyTagClassName
{
color: #7881CC;
}
</style>
background-color css
<style>
a { background-color: #7881CC; }
a { background-color: rgb(120,129,204); }
div.DivClassName
{
background-color: #7881CC;
}
.BgClassName
{
background-color: #7881CC;
}
</style>
border-color css
<style>
span { border-color: #7881CC; }
span { border-color: rgb(120,129,204); }
td.TdClassName
{
border-color: #7881CC;
}
.TagClassName
{
border-color: #7881CC;
}
</style>