Shades of Wild Blue Yonder #7D90BD
Tints of Wild Blue Yonder #7D90BD
RGB
CMYK
RGB Variations
Color information
#7D90BD (or 0x7D90BD) is known color: Wild Blue Yonder. HEX triplet: 7D, 90 and BD. RGB value is (125,144,189). Sum of RGB (Red+Green+Blue) = 125+144+189=458 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.29% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #7D90BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D90BD is #826F42. Grayscale: #8F8F8F. Windows color (decimal): -8548163 or 12423293. OLE color: 12423293.
HSL color Cylindrical-coordinate representation of color #7D90BD: hue angle of 222.19º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D90BD is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 144 | 189 | - |
| CMYK | 0.34 | 0.24 | 0 | 0.26 |
| HSL | 222.19º | 0.33% | 0.62% | - |
| HSV(B) | 222.19º | 0.34% | 0.74% | - |
| XYZ | 27.62 | 27.98 | 52.09 | - |
| YUV | 143.45 | 153.71 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 144 | 189 | 0.34 | 0.24 | 0 | 0.26 | 222.19 | 0.33 | 0.62 |
| Hex | 7D | 90 | BD | 22 | 18 | 0 | 1A | DE | 21 | 3E |
| Octal | 175 | 220 | 275 | 42 | 30 | 0 | 32 | 336 | 41 | 76 |
| Binary | 1111101 | 10010000 | 10111101 | 100010 | 11000 | 0 | 11010 | 11011110 | 100001 | 111110 |
Color Harmonies of #7D90BD
Complementary color
Monochromatic Colors of #7D90BD
Black with #7D90BD
Text Example
Text Example
White with #7D90BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D90BD; }
p { color: rgb(125,144,189); }
H1.HeaderClassName
{
color: #7D90BD;
}
.AnyTagClassName
{
color: #7D90BD;
}
</style>
background-color css
<style>
a { background-color: #7D90BD; }
a { background-color: rgb(125,144,189); }
div.DivClassName
{
background-color: #7D90BD;
}
.BgClassName
{
background-color: #7D90BD;
}
</style>
border-color css
<style>
span { border-color: #7D90BD; }
span { border-color: rgb(125,144,189); }
td.TdClassName
{
border-color: #7D90BD;
}
.TagClassName
{
border-color: #7D90BD;
}
</style>