Shades of Wild Blue Yonder #7B85B9
Tints of Wild Blue Yonder #7B85B9
RGB
CMYK
RGB Variations
Color information
#7B85B9 (or 0x7B85B9) is known color: Wild Blue Yonder. HEX triplet: 7B, 85 and B9. RGB value is (123,133,185). Sum of RGB (Red+Green+Blue) = 123+133+185=441 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.89% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 185 - color contains mainly: blue. Hex color #7B85B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B85B9 is #847A46. Grayscale: #878787. Windows color (decimal): -8682055 or 12158331. OLE color: 12158331.
HSL color Cylindrical-coordinate representation of color #7B85B9: hue angle of 230.32º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7B85B9 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 133 | 185 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.27 |
| HSL | 230.32º | 0.31% | 0.6% | - |
| HSV(B) | 230.32º | 0.34% | 0.73% | - |
| XYZ | 25.31 | 24.49 | 49.29 | - |
| YUV | 135.94 | 155.69 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 133 | 185 | 0.34 | 0.28 | 0 | 0.27 | 230.32 | 0.31 | 0.6 |
| Hex | 7B | 85 | B9 | 22 | 1C | 0 | 1B | E6 | 1F | 3C |
| Octal | 173 | 205 | 271 | 42 | 34 | 0 | 33 | 346 | 37 | 74 |
| Binary | 1111011 | 10000101 | 10111001 | 100010 | 11100 | 0 | 11011 | 11100110 | 11111 | 111100 |
Color Harmonies of #7B85B9
Complementary color
Monochromatic Colors of #7B85B9
Black with #7B85B9
Text Example
Text Example
White with #7B85B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B85B9; }
p { color: rgb(123,133,185); }
H1.HeaderClassName
{
color: #7B85B9;
}
.AnyTagClassName
{
color: #7B85B9;
}
</style>
background-color css
<style>
a { background-color: #7B85B9; }
a { background-color: rgb(123,133,185); }
div.DivClassName
{
background-color: #7B85B9;
}
.BgClassName
{
background-color: #7B85B9;
}
</style>
border-color css
<style>
span { border-color: #7B85B9; }
span { border-color: rgb(123,133,185); }
td.TdClassName
{
border-color: #7B85B9;
}
.TagClassName
{
border-color: #7B85B9;
}
</style>