Shades of Wild Blue Yonder #7D90B4
Tints of Wild Blue Yonder #7D90B4
RGB
CMYK
RGB Variations
Color information
#7D90B4 (or 0x7D90B4) is known color: Wild Blue Yonder. HEX triplet: 7D, 90 and B4. RGB value is (125,144,180). Sum of RGB (Red+Green+Blue) = 125+144+180=449 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.84% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 180 - color contains mainly: blue. Hex color #7D90B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D90B4 is #826F4B. Grayscale: #8E8E8E. Windows color (decimal): -8548172 or 11833469. OLE color: 11833469.
HSL color Cylindrical-coordinate representation of color #7D90B4: hue angle of 219.27º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D90B4 is Cyan = 0.31, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 144 | 180 | - |
| CMYK | 0.31 | 0.2 | 0 | 0.29 |
| HSL | 219.27º | 0.27% | 0.6% | - |
| HSV(B) | 219.27º | 0.31% | 0.71% | - |
| XYZ | 26.67 | 27.6 | 47.1 | - |
| YUV | 142.42 | 149.21 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 144 | 180 | 0.31 | 0.2 | 0 | 0.29 | 219.27 | 0.27 | 0.6 |
| Hex | 7D | 90 | B4 | 1F | 14 | 0 | 1D | DB | 1B | 3C |
| Octal | 175 | 220 | 264 | 37 | 24 | 0 | 35 | 333 | 33 | 74 |
| Binary | 1111101 | 10010000 | 10110100 | 11111 | 10100 | 0 | 11101 | 11011011 | 11011 | 111100 |
Color Harmonies of #7D90B4
Complementary color
Monochromatic Colors of #7D90B4
Black with #7D90B4
Text Example
Text Example
White with #7D90B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D90B4; }
p { color: rgb(125,144,180); }
H1.HeaderClassName
{
color: #7D90B4;
}
.AnyTagClassName
{
color: #7D90B4;
}
</style>
background-color css
<style>
a { background-color: #7D90B4; }
a { background-color: rgb(125,144,180); }
div.DivClassName
{
background-color: #7D90B4;
}
.BgClassName
{
background-color: #7D90B4;
}
</style>
border-color css
<style>
span { border-color: #7D90B4; }
span { border-color: rgb(125,144,180); }
td.TdClassName
{
border-color: #7D90B4;
}
.TagClassName
{
border-color: #7D90B4;
}
</style>