Shades of Wild Blue Yonder #7C93BA
Tints of Wild Blue Yonder #7C93BA
RGB
CMYK
RGB Variations
Color information
#7C93BA (or 0x7C93BA) is known color: Wild Blue Yonder. HEX triplet: 7C, 93 and BA. RGB value is (124,147,186). Sum of RGB (Red+Green+Blue) = 124+147+186=457 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.13% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C93BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C93BA is #836C45. Grayscale: #909090. Windows color (decimal): -8612934 or 12227452. OLE color: 12227452.
HSL color Cylindrical-coordinate representation of color #7C93BA: hue angle of 217.74º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7C93BA is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 147 | 186 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.27 |
| HSL | 217.74º | 0.31% | 0.61% | - |
| HSV(B) | 217.74º | 0.33% | 0.73% | - |
| XYZ | 27.61 | 28.7 | 50.54 | - |
| YUV | 144.57 | 151.38 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 147 | 186 | 0.33 | 0.21 | 0 | 0.27 | 217.74 | 0.31 | 0.61 |
| Hex | 7C | 93 | BA | 21 | 15 | 0 | 1B | DA | 1F | 3D |
| Octal | 174 | 223 | 272 | 41 | 25 | 0 | 33 | 332 | 37 | 75 |
| Binary | 1111100 | 10010011 | 10111010 | 100001 | 10101 | 0 | 11011 | 11011010 | 11111 | 111101 |
Color Harmonies of #7C93BA
Complementary color
Monochromatic Colors of #7C93BA
Black with #7C93BA
Text Example
Text Example
White with #7C93BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C93BA; }
p { color: rgb(124,147,186); }
H1.HeaderClassName
{
color: #7C93BA;
}
.AnyTagClassName
{
color: #7C93BA;
}
</style>
background-color css
<style>
a { background-color: #7C93BA; }
a { background-color: rgb(124,147,186); }
div.DivClassName
{
background-color: #7C93BA;
}
.BgClassName
{
background-color: #7C93BA;
}
</style>
border-color css
<style>
span { border-color: #7C93BA; }
span { border-color: rgb(124,147,186); }
td.TdClassName
{
border-color: #7C93BA;
}
.TagClassName
{
border-color: #7C93BA;
}
</style>