Shades of Wild Blue Yonder #7881CD
Tints of Wild Blue Yonder #7881CD
RGB
CMYK
RGB Variations
Color information
#7881CD (or 0x7881CD) is known color: Wild Blue Yonder. HEX triplet: 78, 81 and CD. RGB value is (120,129,205). Sum of RGB (Red+Green+Blue) = 120+129+205=454 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.43% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #7881CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7881CD is #877E32. Grayscale: #868686. Windows color (decimal): -8879667 or 13468024. OLE color: 13468024.
HSL color Cylindrical-coordinate representation of color #7881CD: hue angle of 233.65º degrees, saturation: 0.46, 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 #7881CD is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 129 | 205 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.20 |
| HSL | 233.65º | 0.46% | 0.64% | - |
| HSV(B) | 233.65º | 0.41% | 0.8% | - |
| XYZ | 26.62 | 24.1 | 61.01 | - |
| YUV | 134.97 | 167.52 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 129 | 205 | 0.41 | 0.37 | 0 | 0.20 | 233.65 | 0.46 | 0.64 |
| Hex | 78 | 81 | CD | 29 | 25 | 0 | 14 | EA | 2E | 40 |
| Octal | 170 | 201 | 315 | 51 | 45 | 0 | 24 | 352 | 56 | 100 |
| Binary | 1111000 | 10000001 | 11001101 | 101001 | 100101 | 0 | 10100 | 11101010 | 101110 | 1000000 |
Color Harmonies of #7881CD
Complementary color
Monochromatic Colors of #7881CD
Black with #7881CD
Text Example
Text Example
White with #7881CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7881CD; }
p { color: rgb(120,129,205); }
H1.HeaderClassName
{
color: #7881CD;
}
.AnyTagClassName
{
color: #7881CD;
}
</style>
background-color css
<style>
a { background-color: #7881CD; }
a { background-color: rgb(120,129,205); }
div.DivClassName
{
background-color: #7881CD;
}
.BgClassName
{
background-color: #7881CD;
}
</style>
border-color css
<style>
span { border-color: #7881CD; }
span { border-color: rgb(120,129,205); }
td.TdClassName
{
border-color: #7881CD;
}
.TagClassName
{
border-color: #7881CD;
}
</style>