Shades of Wild Blue Yonder #7993CB
Tints of Wild Blue Yonder #7993CB
RGB
CMYK
RGB Variations
Color information
#7993CB (or 0x7993CB) is known color: Wild Blue Yonder. HEX triplet: 79, 93 and CB. RGB value is (121,147,203). Sum of RGB (Red+Green+Blue) = 121+147+203=471 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.69% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #7993CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7993CB is #866C34. Grayscale: #919191. Windows color (decimal): -8809525 or 13341561. OLE color: 13341561.
HSL color Cylindrical-coordinate representation of color #7993CB: hue angle of 220.98º 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 #7993CB is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 147 | 203 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.20 |
| HSL | 220.98º | 0.44% | 0.64% | - |
| HSV(B) | 220.98º | 0.4% | 0.8% | - |
| XYZ | 29.1 | 29.24 | 60.61 | - |
| YUV | 145.61 | 160.39 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 147 | 203 | 0.40 | 0.28 | 0 | 0.20 | 220.98 | 0.44 | 0.64 |
| Hex | 79 | 93 | CB | 28 | 1C | 0 | 14 | DD | 2C | 40 |
| Octal | 171 | 223 | 313 | 50 | 34 | 0 | 24 | 335 | 54 | 100 |
| Binary | 1111001 | 10010011 | 11001011 | 101000 | 11100 | 0 | 10100 | 11011101 | 101100 | 1000000 |
Color Harmonies of #7993CB
Complementary color
Monochromatic Colors of #7993CB
Black with #7993CB
Text Example
Text Example
White with #7993CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7993CB; }
p { color: rgb(121,147,203); }
H1.HeaderClassName
{
color: #7993CB;
}
.AnyTagClassName
{
color: #7993CB;
}
</style>
background-color css
<style>
a { background-color: #7993CB; }
a { background-color: rgb(121,147,203); }
div.DivClassName
{
background-color: #7993CB;
}
.BgClassName
{
background-color: #7993CB;
}
</style>
border-color css
<style>
span { border-color: #7993CB; }
span { border-color: rgb(121,147,203); }
td.TdClassName
{
border-color: #7993CB;
}
.TagClassName
{
border-color: #7993CB;
}
</style>