Shades of Wild Blue Yonder #7A8FCB
Tints of Wild Blue Yonder #7A8FCB
RGB
CMYK
RGB Variations
Color information
#7A8FCB (or 0x7A8FCB) is known color: Wild Blue Yonder. HEX triplet: 7A, 8F and CB. RGB value is (122,143,203). Sum of RGB (Red+Green+Blue) = 122+143+203=468 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.07% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #7A8FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8FCB is #857034. Grayscale: #8F8F8F. Windows color (decimal): -8745013 or 13340538. OLE color: 13340538.
HSL color Cylindrical-coordinate representation of color #7A8FCB: hue angle of 224.44º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A8FCB is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 143 | 203 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.20 |
| HSL | 224.44º | 0.44% | 0.64% | - |
| HSV(B) | 224.44º | 0.4% | 0.8% | - |
| XYZ | 28.63 | 28.09 | 60.41 | - |
| YUV | 143.56 | 161.54 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 143 | 203 | 0.40 | 0.30 | 0 | 0.20 | 224.44 | 0.44 | 0.64 |
| Hex | 7A | 8F | CB | 28 | 1E | 0 | 14 | E0 | 2C | 40 |
| Octal | 172 | 217 | 313 | 50 | 36 | 0 | 24 | 340 | 54 | 100 |
| Binary | 1111010 | 10001111 | 11001011 | 101000 | 11110 | 0 | 10100 | 11100000 | 101100 | 1000000 |
Color Harmonies of #7A8FCB
Complementary color
Monochromatic Colors of #7A8FCB
Black with #7A8FCB
Text Example
Text Example
White with #7A8FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8FCB; }
p { color: rgb(122,143,203); }
H1.HeaderClassName
{
color: #7A8FCB;
}
.AnyTagClassName
{
color: #7A8FCB;
}
</style>
background-color css
<style>
a { background-color: #7A8FCB; }
a { background-color: rgb(122,143,203); }
div.DivClassName
{
background-color: #7A8FCB;
}
.BgClassName
{
background-color: #7A8FCB;
}
</style>
border-color css
<style>
span { border-color: #7A8FCB; }
span { border-color: rgb(122,143,203); }
td.TdClassName
{
border-color: #7A8FCB;
}
.TagClassName
{
border-color: #7A8FCB;
}
</style>