Shades of Wild Blue Yonder #7B8ABE
Tints of Wild Blue Yonder #7B8ABE
RGB
CMYK
RGB Variations
Color information
#7B8ABE (or 0x7B8ABE) is known color: Wild Blue Yonder. HEX triplet: 7B, 8A and BE. RGB value is (123,138,190). Sum of RGB (Red+Green+Blue) = 123+138+190=451 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.27% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B8ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8ABE is #847541. Grayscale: #8B8B8B. Windows color (decimal): -8680770 or 12487291. OLE color: 12487291.
HSL color Cylindrical-coordinate representation of color #7B8ABE: hue angle of 226.57º 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 #7B8ABE is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 138 | 190 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.25 |
| HSL | 226.57º | 0.34% | 0.61% | - |
| HSV(B) | 226.57º | 0.35% | 0.75% | - |
| XYZ | 26.55 | 26.11 | 52.35 | - |
| YUV | 139.44 | 156.53 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 138 | 190 | 0.35 | 0.27 | 0 | 0.25 | 226.57 | 0.34 | 0.61 |
| Hex | 7B | 8A | BE | 23 | 1B | 0 | 19 | E3 | 22 | 3D |
| Octal | 173 | 212 | 276 | 43 | 33 | 0 | 31 | 343 | 42 | 75 |
| Binary | 1111011 | 10001010 | 10111110 | 100011 | 11011 | 0 | 11001 | 11100011 | 100010 | 111101 |
Color Harmonies of #7B8ABE
Complementary color
Monochromatic Colors of #7B8ABE
Black with #7B8ABE
Text Example
Text Example
White with #7B8ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8ABE; }
p { color: rgb(123,138,190); }
H1.HeaderClassName
{
color: #7B8ABE;
}
.AnyTagClassName
{
color: #7B8ABE;
}
</style>
background-color css
<style>
a { background-color: #7B8ABE; }
a { background-color: rgb(123,138,190); }
div.DivClassName
{
background-color: #7B8ABE;
}
.BgClassName
{
background-color: #7B8ABE;
}
</style>
border-color css
<style>
span { border-color: #7B8ABE; }
span { border-color: rgb(123,138,190); }
td.TdClassName
{
border-color: #7B8ABE;
}
.TagClassName
{
border-color: #7B8ABE;
}
</style>