Shades of Wild Blue Yonder #7B84AF
Tints of Wild Blue Yonder #7B84AF
RGB
CMYK
RGB Variations
Color information
#7B84AF (or 0x7B84AF) is known color: Wild Blue Yonder. HEX triplet: 7B, 84 and AF. RGB value is (123,132,175). Sum of RGB (Red+Green+Blue) = 123+132+175=430 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.60% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B84AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B84AF is #847B50. Grayscale: #868686. Windows color (decimal): -8682321 or 11502715. OLE color: 11502715.
HSL color Cylindrical-coordinate representation of color #7B84AF: hue angle of 229.62º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B84AF is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 132 | 175 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.31 |
| HSL | 229.62º | 0.25% | 0.58% | - |
| HSV(B) | 229.62º | 0.3% | 0.69% | - |
| XYZ | 24.16 | 23.81 | 43.88 | - |
| YUV | 134.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 132 | 175 | 0.30 | 0.25 | 0 | 0.31 | 229.62 | 0.25 | 0.58 |
| Hex | 7B | 84 | AF | 1E | 19 | 0 | 1F | E6 | 19 | 3A |
| Octal | 173 | 204 | 257 | 36 | 31 | 0 | 37 | 346 | 31 | 72 |
| Binary | 1111011 | 10000100 | 10101111 | 11110 | 11001 | 0 | 11111 | 11100110 | 11001 | 111010 |
Color Harmonies of #7B84AF
Complementary color
Monochromatic Colors of #7B84AF
Black with #7B84AF
Text Example
Text Example
White with #7B84AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B84AF; }
p { color: rgb(123,132,175); }
H1.HeaderClassName
{
color: #7B84AF;
}
.AnyTagClassName
{
color: #7B84AF;
}
</style>
background-color css
<style>
a { background-color: #7B84AF; }
a { background-color: rgb(123,132,175); }
div.DivClassName
{
background-color: #7B84AF;
}
.BgClassName
{
background-color: #7B84AF;
}
</style>
border-color css
<style>
span { border-color: #7B84AF; }
span { border-color: rgb(123,132,175); }
td.TdClassName
{
border-color: #7B84AF;
}
.TagClassName
{
border-color: #7B84AF;
}
</style>