Shades of Wild Blue Yonder #7A7DBB
Tints of Wild Blue Yonder #7A7DBB
RGB
CMYK
RGB Variations
Color information
#7A7DBB (or 0x7A7DBB) is known color: Wild Blue Yonder. HEX triplet: 7A, 7D and BB. RGB value is (122,125,187). Sum of RGB (Red+Green+Blue) = 122+125+187=434 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.11% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A7DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7DBB is #858244. Grayscale: #828282. Windows color (decimal): -8749637 or 12287354. OLE color: 12287354.
HSL color Cylindrical-coordinate representation of color #7A7DBB: hue angle of 237.23º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A7DBB is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 125 | 187 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.27 |
| HSL | 237.23º | 0.32% | 0.61% | - |
| HSV(B) | 237.23º | 0.35% | 0.73% | - |
| XYZ | 24.33 | 22.39 | 50.05 | - |
| YUV | 131.17 | 159.51 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 125 | 187 | 0.35 | 0.33 | 0 | 0.27 | 237.23 | 0.32 | 0.61 |
| Hex | 7A | 7D | BB | 23 | 21 | 0 | 1B | ED | 20 | 3D |
| Octal | 172 | 175 | 273 | 43 | 41 | 0 | 33 | 355 | 40 | 75 |
| Binary | 1111010 | 1111101 | 10111011 | 100011 | 100001 | 0 | 11011 | 11101101 | 100000 | 111101 |
Color Harmonies of #7A7DBB
Complementary color
Monochromatic Colors of #7A7DBB
Black with #7A7DBB
Text Example
Text Example
White with #7A7DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7DBB; }
p { color: rgb(122,125,187); }
H1.HeaderClassName
{
color: #7A7DBB;
}
.AnyTagClassName
{
color: #7A7DBB;
}
</style>
background-color css
<style>
a { background-color: #7A7DBB; }
a { background-color: rgb(122,125,187); }
div.DivClassName
{
background-color: #7A7DBB;
}
.BgClassName
{
background-color: #7A7DBB;
}
</style>
border-color css
<style>
span { border-color: #7A7DBB; }
span { border-color: rgb(122,125,187); }
td.TdClassName
{
border-color: #7A7DBB;
}
.TagClassName
{
border-color: #7A7DBB;
}
</style>