Shades of Wild Blue Yonder #7B8BBC
Tints of Wild Blue Yonder #7B8BBC
RGB
CMYK
RGB Variations
Color information
#7B8BBC (or 0x7B8BBC) is known color: Wild Blue Yonder. HEX triplet: 7B, 8B and BC. RGB value is (123,139,188). Sum of RGB (Red+Green+Blue) = 123+139+188=450 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.33% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B8BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8BBC is #847443. Grayscale: #8B8B8B. Windows color (decimal): -8680516 or 12356475. OLE color: 12356475.
HSL color Cylindrical-coordinate representation of color #7B8BBC: hue angle of 225.23º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B8BBC is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 139 | 188 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.26 |
| HSL | 225.23º | 0.33% | 0.61% | - |
| HSV(B) | 225.23º | 0.35% | 0.74% | - |
| XYZ | 26.48 | 26.31 | 51.26 | - |
| YUV | 139.8 | 155.2 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 139 | 188 | 0.35 | 0.26 | 0 | 0.26 | 225.23 | 0.33 | 0.61 |
| Hex | 7B | 8B | BC | 23 | 1A | 0 | 1A | E1 | 21 | 3D |
| Octal | 173 | 213 | 274 | 43 | 32 | 0 | 32 | 341 | 41 | 75 |
| Binary | 1111011 | 10001011 | 10111100 | 100011 | 11010 | 0 | 11010 | 11100001 | 100001 | 111101 |
Color Harmonies of #7B8BBC
Complementary color
Monochromatic Colors of #7B8BBC
Black with #7B8BBC
Text Example
Text Example
White with #7B8BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8BBC; }
p { color: rgb(123,139,188); }
H1.HeaderClassName
{
color: #7B8BBC;
}
.AnyTagClassName
{
color: #7B8BBC;
}
</style>
background-color css
<style>
a { background-color: #7B8BBC; }
a { background-color: rgb(123,139,188); }
div.DivClassName
{
background-color: #7B8BBC;
}
.BgClassName
{
background-color: #7B8BBC;
}
</style>
border-color css
<style>
span { border-color: #7B8BBC; }
span { border-color: rgb(123,139,188); }
td.TdClassName
{
border-color: #7B8BBC;
}
.TagClassName
{
border-color: #7B8BBC;
}
</style>