Shades of Wild Blue Yonder #7885BC
Tints of Wild Blue Yonder #7885BC
RGB
CMYK
RGB Variations
Color information
#7885BC (or 0x7885BC) is known color: Wild Blue Yonder. HEX triplet: 78, 85 and BC. RGB value is (120,133,188). Sum of RGB (Red+Green+Blue) = 120+133+188=441 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.21% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #7885BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7885BC is #877A43. Grayscale: #878787. Windows color (decimal): -8878660 or 12354936. OLE color: 12354936.
HSL color Cylindrical-coordinate representation of color #7885BC: hue angle of 228.53º 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 #7885BC is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 133 | 188 | - |
| CMYK | 0.36 | 0.29 | 0 | 0.26 |
| HSL | 228.53º | 0.34% | 0.6% | - |
| HSV(B) | 228.53º | 0.36% | 0.74% | - |
| XYZ | 25.21 | 24.4 | 50.96 | - |
| YUV | 135.38 | 157.69 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 133 | 188 | 0.36 | 0.29 | 0 | 0.26 | 228.53 | 0.34 | 0.6 |
| Hex | 78 | 85 | BC | 24 | 1D | 0 | 1A | E5 | 22 | 3C |
| Octal | 170 | 205 | 274 | 44 | 35 | 0 | 32 | 345 | 42 | 74 |
| Binary | 1111000 | 10000101 | 10111100 | 100100 | 11101 | 0 | 11010 | 11100101 | 100010 | 111100 |
Color Harmonies of #7885BC
Complementary color
Monochromatic Colors of #7885BC
Black with #7885BC
Text Example
Text Example
White with #7885BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7885BC; }
p { color: rgb(120,133,188); }
H1.HeaderClassName
{
color: #7885BC;
}
.AnyTagClassName
{
color: #7885BC;
}
</style>
background-color css
<style>
a { background-color: #7885BC; }
a { background-color: rgb(120,133,188); }
div.DivClassName
{
background-color: #7885BC;
}
.BgClassName
{
background-color: #7885BC;
}
</style>
border-color css
<style>
span { border-color: #7885BC; }
span { border-color: rgb(120,133,188); }
td.TdClassName
{
border-color: #7885BC;
}
.TagClassName
{
border-color: #7885BC;
}
</style>