Shades of Wild Blue Yonder #7B8BBF
Tints of Wild Blue Yonder #7B8BBF
RGB
CMYK
RGB Variations
Color information
#7B8BBF (or 0x7B8BBF) is known color: Wild Blue Yonder. HEX triplet: 7B, 8B and BF. RGB value is (123,139,191). Sum of RGB (Red+Green+Blue) = 123+139+191=453 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.15% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #7B8BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8BBF is #847440. Grayscale: #8B8B8B. Windows color (decimal): -8680513 or 12553083. OLE color: 12553083.
HSL color Cylindrical-coordinate representation of color #7B8BBF: hue angle of 225.88º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7B8BBF is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 139 | 191 | - |
| CMYK | 0.36 | 0.27 | 0 | 0.25 |
| HSL | 225.88º | 0.35% | 0.62% | - |
| HSV(B) | 225.88º | 0.36% | 0.75% | - |
| XYZ | 26.8 | 26.44 | 52.98 | - |
| YUV | 140.14 | 156.7 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 139 | 191 | 0.36 | 0.27 | 0 | 0.25 | 225.88 | 0.35 | 0.62 |
| Hex | 7B | 8B | BF | 24 | 1B | 0 | 19 | E2 | 23 | 3E |
| Octal | 173 | 213 | 277 | 44 | 33 | 0 | 31 | 342 | 43 | 76 |
| Binary | 1111011 | 10001011 | 10111111 | 100100 | 11011 | 0 | 11001 | 11100010 | 100011 | 111110 |
Color Harmonies of #7B8BBF
Complementary color
Monochromatic Colors of #7B8BBF
Black with #7B8BBF
Text Example
Text Example
White with #7B8BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8BBF; }
p { color: rgb(123,139,191); }
H1.HeaderClassName
{
color: #7B8BBF;
}
.AnyTagClassName
{
color: #7B8BBF;
}
</style>
background-color css
<style>
a { background-color: #7B8BBF; }
a { background-color: rgb(123,139,191); }
div.DivClassName
{
background-color: #7B8BBF;
}
.BgClassName
{
background-color: #7B8BBF;
}
</style>
border-color css
<style>
span { border-color: #7B8BBF; }
span { border-color: rgb(123,139,191); }
td.TdClassName
{
border-color: #7B8BBF;
}
.TagClassName
{
border-color: #7B8BBF;
}
</style>