Shades of Wild Blue Yonder #7885BF
Tints of Wild Blue Yonder #7885BF
RGB
CMYK
RGB Variations
Color information
#7885BF (or 0x7885BF) is known color: Wild Blue Yonder. HEX triplet: 78, 85 and BF. RGB value is (120,133,191). Sum of RGB (Red+Green+Blue) = 120+133+191=444 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.03% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #7885BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7885BF is #877A40. Grayscale: #878787. Windows color (decimal): -8878657 or 12551544. OLE color: 12551544.
HSL color Cylindrical-coordinate representation of color #7885BF: hue angle of 229.01º degrees, saturation: 0.36, 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 #7885BF is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 133 | 191 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.25 |
| HSL | 229.01º | 0.36% | 0.61% | - |
| HSV(B) | 229.01º | 0.37% | 0.75% | - |
| XYZ | 25.54 | 24.53 | 52.68 | - |
| YUV | 135.73 | 159.19 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 133 | 191 | 0.37 | 0.30 | 0 | 0.25 | 229.01 | 0.36 | 0.61 |
| Hex | 78 | 85 | BF | 25 | 1E | 0 | 19 | E5 | 24 | 3D |
| Octal | 170 | 205 | 277 | 45 | 36 | 0 | 31 | 345 | 44 | 75 |
| Binary | 1111000 | 10000101 | 10111111 | 100101 | 11110 | 0 | 11001 | 11100101 | 100100 | 111101 |
Color Harmonies of #7885BF
Complementary color
Monochromatic Colors of #7885BF
Black with #7885BF
Text Example
Text Example
White with #7885BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7885BF; }
p { color: rgb(120,133,191); }
H1.HeaderClassName
{
color: #7885BF;
}
.AnyTagClassName
{
color: #7885BF;
}
</style>
background-color css
<style>
a { background-color: #7885BF; }
a { background-color: rgb(120,133,191); }
div.DivClassName
{
background-color: #7885BF;
}
.BgClassName
{
background-color: #7885BF;
}
</style>
border-color css
<style>
span { border-color: #7885BF; }
span { border-color: rgb(120,133,191); }
td.TdClassName
{
border-color: #7885BF;
}
.TagClassName
{
border-color: #7885BF;
}
</style>