Shades of Wild Blue Yonder #7C82BF
Tints of Wild Blue Yonder #7C82BF
RGB
CMYK
RGB Variations
Color information
#7C82BF (or 0x7C82BF) is known color: Wild Blue Yonder. HEX triplet: 7C, 82 and BF. RGB value is (124,130,191). Sum of RGB (Red+Green+Blue) = 124+130+191=445 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.87% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C82BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C82BF is #837D40. Grayscale: #868686. Windows color (decimal): -8617281 or 12550780. OLE color: 12550780.
HSL color Cylindrical-coordinate representation of color #7C82BF: hue angle of 234.63º 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 #7C82BF is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 130 | 191 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.25 |
| HSL | 234.63º | 0.34% | 0.62% | - |
| HSV(B) | 234.63º | 0.35% | 0.75% | - |
| XYZ | 25.7 | 24.01 | 52.57 | - |
| YUV | 135.16 | 159.51 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 130 | 191 | 0.35 | 0.32 | 0 | 0.25 | 234.63 | 0.34 | 0.62 |
| Hex | 7C | 82 | BF | 23 | 20 | 0 | 19 | EB | 22 | 3E |
| Octal | 174 | 202 | 277 | 43 | 40 | 0 | 31 | 353 | 42 | 76 |
| Binary | 1111100 | 10000010 | 10111111 | 100011 | 100000 | 0 | 11001 | 11101011 | 100010 | 111110 |
Color Harmonies of #7C82BF
Complementary color
Monochromatic Colors of #7C82BF
Black with #7C82BF
Text Example
Text Example
White with #7C82BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C82BF; }
p { color: rgb(124,130,191); }
H1.HeaderClassName
{
color: #7C82BF;
}
.AnyTagClassName
{
color: #7C82BF;
}
</style>
background-color css
<style>
a { background-color: #7C82BF; }
a { background-color: rgb(124,130,191); }
div.DivClassName
{
background-color: #7C82BF;
}
.BgClassName
{
background-color: #7C82BF;
}
</style>
border-color css
<style>
span { border-color: #7C82BF; }
span { border-color: rgb(124,130,191); }
td.TdClassName
{
border-color: #7C82BF;
}
.TagClassName
{
border-color: #7C82BF;
}
</style>