Shades of Wild Blue Yonder #7C82B4
Tints of Wild Blue Yonder #7C82B4
RGB
CMYK
RGB Variations
Color information
#7C82B4 (or 0x7C82B4) is known color: Wild Blue Yonder. HEX triplet: 7C, 82 and B4. RGB value is (124,130,180). Sum of RGB (Red+Green+Blue) = 124+130+180=434 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.57% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 180 - color contains mainly: blue. Hex color #7C82B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C82B4 is #837D4B. Grayscale: #858585. Windows color (decimal): -8617292 or 11829884. OLE color: 11829884.
HSL color Cylindrical-coordinate representation of color #7C82B4: hue angle of 233.57º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C82B4 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 130 | 180 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.29 |
| HSL | 233.57º | 0.27% | 0.6% | - |
| HSV(B) | 233.57º | 0.31% | 0.71% | - |
| XYZ | 24.53 | 23.55 | 46.43 | - |
| YUV | 133.91 | 154.01 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 130 | 180 | 0.31 | 0.28 | 0 | 0.29 | 233.57 | 0.27 | 0.6 |
| Hex | 7C | 82 | B4 | 1F | 1C | 0 | 1D | EA | 1B | 3C |
| Octal | 174 | 202 | 264 | 37 | 34 | 0 | 35 | 352 | 33 | 74 |
| Binary | 1111100 | 10000010 | 10110100 | 11111 | 11100 | 0 | 11101 | 11101010 | 11011 | 111100 |
Color Harmonies of #7C82B4
Complementary color
Monochromatic Colors of #7C82B4
Black with #7C82B4
Text Example
Text Example
White with #7C82B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C82B4; }
p { color: rgb(124,130,180); }
H1.HeaderClassName
{
color: #7C82B4;
}
.AnyTagClassName
{
color: #7C82B4;
}
</style>
background-color css
<style>
a { background-color: #7C82B4; }
a { background-color: rgb(124,130,180); }
div.DivClassName
{
background-color: #7C82B4;
}
.BgClassName
{
background-color: #7C82B4;
}
</style>
border-color css
<style>
span { border-color: #7C82B4; }
span { border-color: rgb(124,130,180); }
td.TdClassName
{
border-color: #7C82B4;
}
.TagClassName
{
border-color: #7C82B4;
}
</style>