Shades of Wild Blue Yonder #7C8FBE
Tints of Wild Blue Yonder #7C8FBE
RGB
CMYK
RGB Variations
Color information
#7C8FBE (or 0x7C8FBE) is known color: Wild Blue Yonder. HEX triplet: 7C, 8F and BE. RGB value is (124,143,190). Sum of RGB (Red+Green+Blue) = 124+143+190=457 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.13% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C8FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8FBE is #837041. Grayscale: #8E8E8E. Windows color (decimal): -8613954 or 12488572. OLE color: 12488572.
HSL color Cylindrical-coordinate representation of color #7C8FBE: hue angle of 222.73º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C8FBE is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 143 | 190 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.25 |
| HSL | 222.73º | 0.34% | 0.62% | - |
| HSV(B) | 222.73º | 0.35% | 0.75% | - |
| XYZ | 27.43 | 27.65 | 52.61 | - |
| YUV | 142.68 | 154.71 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 143 | 190 | 0.35 | 0.25 | 0 | 0.25 | 222.73 | 0.34 | 0.62 |
| Hex | 7C | 8F | BE | 23 | 19 | 0 | 19 | DF | 22 | 3E |
| Octal | 174 | 217 | 276 | 43 | 31 | 0 | 31 | 337 | 42 | 76 |
| Binary | 1111100 | 10001111 | 10111110 | 100011 | 11001 | 0 | 11001 | 11011111 | 100010 | 111110 |
Color Harmonies of #7C8FBE
Complementary color
Monochromatic Colors of #7C8FBE
Black with #7C8FBE
Text Example
Text Example
White with #7C8FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8FBE; }
p { color: rgb(124,143,190); }
H1.HeaderClassName
{
color: #7C8FBE;
}
.AnyTagClassName
{
color: #7C8FBE;
}
</style>
background-color css
<style>
a { background-color: #7C8FBE; }
a { background-color: rgb(124,143,190); }
div.DivClassName
{
background-color: #7C8FBE;
}
.BgClassName
{
background-color: #7C8FBE;
}
</style>
border-color css
<style>
span { border-color: #7C8FBE; }
span { border-color: rgb(124,143,190); }
td.TdClassName
{
border-color: #7C8FBE;
}
.TagClassName
{
border-color: #7C8FBE;
}
</style>