Shades of Wild Blue Yonder #7B80B3
Tints of Wild Blue Yonder #7B80B3
RGB
CMYK
RGB Variations
Color information
#7B80B3 (or 0x7B80B3) is known color: Wild Blue Yonder. HEX triplet: 7B, 80 and B3. RGB value is (123,128,179). Sum of RGB (Red+Green+Blue) = 123+128+179=430 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.60% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 179 (70.31% from 255 or 41.63% from 430); Max value from RGB is 179 - color contains mainly: blue. Hex color #7B80B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B80B3 is #847F4C. Grayscale: #848484. Windows color (decimal): -8683341 or 11763835. OLE color: 11763835.
HSL color Cylindrical-coordinate representation of color #7B80B3: hue angle of 234.64º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7B80B3 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 123 | 128 | 179 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.30 |
| HSL | 234.64º | 0.27% | 0.59% | - |
| HSV(B) | 234.64º | 0.31% | 0.7% | - |
| XYZ | 24.02 | 22.9 | 45.8 | - |
| YUV | 132.32 | 154.34 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 128 | 179 | 0.31 | 0.28 | 0 | 0.30 | 234.64 | 0.27 | 0.59 |
| Hex | 7B | 80 | B3 | 1F | 1C | 0 | 1E | EB | 1B | 3B |
| Octal | 173 | 200 | 263 | 37 | 34 | 0 | 36 | 353 | 33 | 73 |
| Binary | 1111011 | 10000000 | 10110011 | 11111 | 11100 | 0 | 11110 | 11101011 | 11011 | 111011 |
Color Harmonies of #7B80B3
Complementary color
Monochromatic Colors of #7B80B3
Black with #7B80B3
Text Example
Text Example
White with #7B80B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B80B3; }
p { color: rgb(123,128,179); }
H1.HeaderClassName
{
color: #7B80B3;
}
.AnyTagClassName
{
color: #7B80B3;
}
</style>
background-color css
<style>
a { background-color: #7B80B3; }
a { background-color: rgb(123,128,179); }
div.DivClassName
{
background-color: #7B80B3;
}
.BgClassName
{
background-color: #7B80B3;
}
</style>
border-color css
<style>
span { border-color: #7B80B3; }
span { border-color: rgb(123,128,179); }
td.TdClassName
{
border-color: #7B80B3;
}
.TagClassName
{
border-color: #7B80B3;
}
</style>