Shades of Wild Blue Yonder #7C89CC
Tints of Wild Blue Yonder #7C89CC
RGB
CMYK
RGB Variations
Color information
#7C89CC (or 0x7C89CC) is known color: Wild Blue Yonder. HEX triplet: 7C, 89 and CC. RGB value is (124,137,204). Sum of RGB (Red+Green+Blue) = 124+137+204=465 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.67% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C89CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C89CC is #837633. Grayscale: #8C8C8C. Windows color (decimal): -8615476 or 13404540. OLE color: 13404540.
HSL color Cylindrical-coordinate representation of color #7C89CC: hue angle of 230.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C89CC is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 137 | 204 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.2 |
| HSL | 230.25º | 0.44% | 0.64% | - |
| HSV(B) | 230.25º | 0.39% | 0.8% | - |
| XYZ | 28.16 | 26.54 | 60.76 | - |
| YUV | 140.75 | 163.69 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 137 | 204 | 0.39 | 0.33 | 0 | 0.2 | 230.25 | 0.44 | 0.64 |
| Hex | 7C | 89 | CC | 27 | 21 | 0 | 14 | E6 | 2C | 40 |
| Octal | 174 | 211 | 314 | 47 | 41 | 0 | 24 | 346 | 54 | 100 |
| Binary | 1111100 | 10001001 | 11001100 | 100111 | 100001 | 0 | 10100 | 11100110 | 101100 | 1000000 |
Color Harmonies of #7C89CC
Complementary color
Monochromatic Colors of #7C89CC
Black with #7C89CC
Text Example
Text Example
White with #7C89CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C89CC; }
p { color: rgb(124,137,204); }
H1.HeaderClassName
{
color: #7C89CC;
}
.AnyTagClassName
{
color: #7C89CC;
}
</style>
background-color css
<style>
a { background-color: #7C89CC; }
a { background-color: rgb(124,137,204); }
div.DivClassName
{
background-color: #7C89CC;
}
.BgClassName
{
background-color: #7C89CC;
}
</style>
border-color css
<style>
span { border-color: #7C89CC; }
span { border-color: rgb(124,137,204); }
td.TdClassName
{
border-color: #7C89CC;
}
.TagClassName
{
border-color: #7C89CC;
}
</style>