Shades of Wild Blue Yonder #7993BC
Tints of Wild Blue Yonder #7993BC
RGB
CMYK
RGB Variations
Color information
#7993BC (or 0x7993BC) is known color: Wild Blue Yonder. HEX triplet: 79, 93 and BC. RGB value is (121,147,188). Sum of RGB (Red+Green+Blue) = 121+147+188=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #7993BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7993BC is #866C43. Grayscale: #8F8F8F. Windows color (decimal): -8809540 or 12358521. OLE color: 12358521.
HSL color Cylindrical-coordinate representation of color #7993BC: hue angle of 216.72º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7993BC is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 147 | 188 | - |
| CMYK | 0.36 | 0.22 | 0 | 0.26 |
| HSL | 216.72º | 0.33% | 0.61% | - |
| HSV(B) | 216.72º | 0.36% | 0.74% | - |
| XYZ | 27.4 | 28.56 | 51.65 | - |
| YUV | 143.9 | 152.89 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 147 | 188 | 0.36 | 0.22 | 0 | 0.26 | 216.72 | 0.33 | 0.61 |
| Hex | 79 | 93 | BC | 24 | 16 | 0 | 1A | D9 | 21 | 3D |
| Octal | 171 | 223 | 274 | 44 | 26 | 0 | 32 | 331 | 41 | 75 |
| Binary | 1111001 | 10010011 | 10111100 | 100100 | 10110 | 0 | 11010 | 11011001 | 100001 | 111101 |
Color Harmonies of #7993BC
Complementary color
Monochromatic Colors of #7993BC
Black with #7993BC
Text Example
Text Example
White with #7993BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7993BC; }
p { color: rgb(121,147,188); }
H1.HeaderClassName
{
color: #7993BC;
}
.AnyTagClassName
{
color: #7993BC;
}
</style>
background-color css
<style>
a { background-color: #7993BC; }
a { background-color: rgb(121,147,188); }
div.DivClassName
{
background-color: #7993BC;
}
.BgClassName
{
background-color: #7993BC;
}
</style>
border-color css
<style>
span { border-color: #7993BC; }
span { border-color: rgb(121,147,188); }
td.TdClassName
{
border-color: #7993BC;
}
.TagClassName
{
border-color: #7993BC;
}
</style>