Shades of Wild Blue Yonder #7993C4
Tints of Wild Blue Yonder #7993C4
RGB
CMYK
RGB Variations
Color information
#7993C4 (or 0x7993C4) is known color: Wild Blue Yonder. HEX triplet: 79, 93 and C4. RGB value is (121,147,196). Sum of RGB (Red+Green+Blue) = 121+147+196=464 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.08% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 196 (76.95% from 255 or 42.24% from 464); Max value from RGB is 196 - color contains mainly: blue. Hex color #7993C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7993C4 is #866C3B. Grayscale: #909090. Windows color (decimal): -8809532 or 12882809. OLE color: 12882809.
HSL color Cylindrical-coordinate representation of color #7993C4: hue angle of 219.2º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7993C4 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 121 | 147 | 196 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.23 |
| HSL | 219.2º | 0.39% | 0.62% | - |
| HSV(B) | 219.2º | 0.38% | 0.77% | - |
| XYZ | 28.28 | 28.92 | 56.32 | - |
| YUV | 144.81 | 156.89 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 147 | 196 | 0.38 | 0.25 | 0 | 0.23 | 219.2 | 0.39 | 0.62 |
| Hex | 79 | 93 | C4 | 26 | 19 | 0 | 17 | DB | 27 | 3E |
| Octal | 171 | 223 | 304 | 46 | 31 | 0 | 27 | 333 | 47 | 76 |
| Binary | 1111001 | 10010011 | 11000100 | 100110 | 11001 | 0 | 10111 | 11011011 | 100111 | 111110 |
Color Harmonies of #7993C4
Complementary color
Monochromatic Colors of #7993C4
Black with #7993C4
Text Example
Text Example
White with #7993C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7993C4; }
p { color: rgb(121,147,196); }
H1.HeaderClassName
{
color: #7993C4;
}
.AnyTagClassName
{
color: #7993C4;
}
</style>
background-color css
<style>
a { background-color: #7993C4; }
a { background-color: rgb(121,147,196); }
div.DivClassName
{
background-color: #7993C4;
}
.BgClassName
{
background-color: #7993C4;
}
</style>
border-color css
<style>
span { border-color: #7993C4; }
span { border-color: rgb(121,147,196); }
td.TdClassName
{
border-color: #7993C4;
}
.TagClassName
{
border-color: #7993C4;
}
</style>