Shades of Wild Blue Yonder #7B8BBE
Tints of Wild Blue Yonder #7B8BBE
RGB
CMYK
RGB Variations
Color information
#7B8BBE (or 0x7B8BBE) is known color: Wild Blue Yonder. HEX triplet: 7B, 8B and BE. RGB value is (123,139,190). Sum of RGB (Red+Green+Blue) = 123+139+190=452 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.21% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B8BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8BBE is #847441. Grayscale: #8B8B8B. Windows color (decimal): -8680514 or 12487547. OLE color: 12487547.
HSL color Cylindrical-coordinate representation of color #7B8BBE: hue angle of 225.67º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B8BBE is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 139 | 190 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.25 |
| HSL | 225.67º | 0.34% | 0.61% | - |
| HSV(B) | 225.67º | 0.35% | 0.75% | - |
| XYZ | 26.7 | 26.39 | 52.4 | - |
| YUV | 140.03 | 156.2 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 139 | 190 | 0.35 | 0.27 | 0 | 0.25 | 225.67 | 0.34 | 0.61 |
| Hex | 7B | 8B | BE | 23 | 1B | 0 | 19 | E2 | 22 | 3D |
| Octal | 173 | 213 | 276 | 43 | 33 | 0 | 31 | 342 | 42 | 75 |
| Binary | 1111011 | 10001011 | 10111110 | 100011 | 11011 | 0 | 11001 | 11100010 | 100010 | 111101 |
Color Harmonies of #7B8BBE
Complementary color
Monochromatic Colors of #7B8BBE
Black with #7B8BBE
Text Example
Text Example
White with #7B8BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8BBE; }
p { color: rgb(123,139,190); }
H1.HeaderClassName
{
color: #7B8BBE;
}
.AnyTagClassName
{
color: #7B8BBE;
}
</style>
background-color css
<style>
a { background-color: #7B8BBE; }
a { background-color: rgb(123,139,190); }
div.DivClassName
{
background-color: #7B8BBE;
}
.BgClassName
{
background-color: #7B8BBE;
}
</style>
border-color css
<style>
span { border-color: #7B8BBE; }
span { border-color: rgb(123,139,190); }
td.TdClassName
{
border-color: #7B8BBE;
}
.TagClassName
{
border-color: #7B8BBE;
}
</style>