Shades of Wild Blue Yonder #7C93C9
Tints of Wild Blue Yonder #7C93C9
RGB
CMYK
RGB Variations
Color information
#7C93C9 (or 0x7C93C9) is known color: Wild Blue Yonder. HEX triplet: 7C, 93 and C9. RGB value is (124,147,201). Sum of RGB (Red+Green+Blue) = 124+147+201=472 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.27% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #7C93C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C93C9 is #836C36. Grayscale: #929292. Windows color (decimal): -8612919 or 13210492. OLE color: 13210492.
HSL color Cylindrical-coordinate representation of color #7C93C9: hue angle of 222.08º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C93C9 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 147 | 201 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.21 |
| HSL | 222.08º | 0.42% | 0.64% | - |
| HSV(B) | 222.08º | 0.38% | 0.79% | - |
| XYZ | 29.29 | 29.37 | 59.38 | - |
| YUV | 146.28 | 158.88 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 147 | 201 | 0.38 | 0.27 | 0 | 0.21 | 222.08 | 0.42 | 0.64 |
| Hex | 7C | 93 | C9 | 26 | 1B | 0 | 15 | DE | 2A | 40 |
| Octal | 174 | 223 | 311 | 46 | 33 | 0 | 25 | 336 | 52 | 100 |
| Binary | 1111100 | 10010011 | 11001001 | 100110 | 11011 | 0 | 10101 | 11011110 | 101010 | 1000000 |
Color Harmonies of #7C93C9
Complementary color
Monochromatic Colors of #7C93C9
Black with #7C93C9
Text Example
Text Example
White with #7C93C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C93C9; }
p { color: rgb(124,147,201); }
H1.HeaderClassName
{
color: #7C93C9;
}
.AnyTagClassName
{
color: #7C93C9;
}
</style>
background-color css
<style>
a { background-color: #7C93C9; }
a { background-color: rgb(124,147,201); }
div.DivClassName
{
background-color: #7C93C9;
}
.BgClassName
{
background-color: #7C93C9;
}
</style>
border-color css
<style>
span { border-color: #7C93C9; }
span { border-color: rgb(124,147,201); }
td.TdClassName
{
border-color: #7C93C9;
}
.TagClassName
{
border-color: #7C93C9;
}
</style>