Shades of Wild Blue Yonder #7A7FB3
Tints of Wild Blue Yonder #7A7FB3
RGB
CMYK
RGB Variations
Color information
#7A7FB3 (or 0x7A7FB3) is known color: Wild Blue Yonder. HEX triplet: 7A, 7F and B3. RGB value is (122,127,179). Sum of RGB (Red+Green+Blue) = 122+127+179=428 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.50% from 428); Green value is 127 (50% from 255 or 29.67% from 428); Blue value is 179 (70.31% from 255 or 41.82% from 428); Max value from RGB is 179 - color contains mainly: blue. Hex color #7A7FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7FB3 is #85804C. Grayscale: #838383. Windows color (decimal): -8749133 or 11763578. OLE color: 11763578.
HSL color Cylindrical-coordinate representation of color #7A7FB3: hue angle of 234.74º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A7FB3 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 127 | 179 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.30 |
| HSL | 234.74º | 0.27% | 0.59% | - |
| HSV(B) | 234.74º | 0.32% | 0.7% | - |
| XYZ | 23.75 | 22.57 | 45.75 | - |
| YUV | 131.43 | 154.84 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 127 | 179 | 0.32 | 0.29 | 0 | 0.30 | 234.74 | 0.27 | 0.59 |
| Hex | 7A | 7F | B3 | 20 | 1D | 0 | 1E | EB | 1B | 3B |
| Octal | 172 | 177 | 263 | 40 | 35 | 0 | 36 | 353 | 33 | 73 |
| Binary | 1111010 | 1111111 | 10110011 | 100000 | 11101 | 0 | 11110 | 11101011 | 11011 | 111011 |
Color Harmonies of #7A7FB3
Complementary color
Monochromatic Colors of #7A7FB3
Black with #7A7FB3
Text Example
Text Example
White with #7A7FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7FB3; }
p { color: rgb(122,127,179); }
H1.HeaderClassName
{
color: #7A7FB3;
}
.AnyTagClassName
{
color: #7A7FB3;
}
</style>
background-color css
<style>
a { background-color: #7A7FB3; }
a { background-color: rgb(122,127,179); }
div.DivClassName
{
background-color: #7A7FB3;
}
.BgClassName
{
background-color: #7A7FB3;
}
</style>
border-color css
<style>
span { border-color: #7A7FB3; }
span { border-color: rgb(122,127,179); }
td.TdClassName
{
border-color: #7A7FB3;
}
.TagClassName
{
border-color: #7A7FB3;
}
</style>