Shades of Wild Blue Yonder #7C7FB2
Tints of Wild Blue Yonder #7C7FB2
RGB
CMYK
RGB Variations
Color information
#7C7FB2 (or 0x7C7FB2) is known color: Wild Blue Yonder. HEX triplet: 7C, 7F and B2. RGB value is (124,127,178). Sum of RGB (Red+Green+Blue) = 124+127+178=429 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.90% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 178 - color contains mainly: blue. Hex color #7C7FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7FB2 is #83804D. Grayscale: #838383. Windows color (decimal): -8618062 or 11698044. OLE color: 11698044.
HSL color Cylindrical-coordinate representation of color #7C7FB2: hue angle of 236.67º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C7FB2 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 127 | 178 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.30 |
| HSL | 236.67º | 0.26% | 0.59% | - |
| HSV(B) | 236.67º | 0.3% | 0.7% | - |
| XYZ | 23.94 | 22.68 | 45.24 | - |
| YUV | 131.92 | 154.01 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 127 | 178 | 0.30 | 0.29 | 0 | 0.30 | 236.67 | 0.26 | 0.59 |
| Hex | 7C | 7F | B2 | 1E | 1D | 0 | 1E | ED | 1A | 3B |
| Octal | 174 | 177 | 262 | 36 | 35 | 0 | 36 | 355 | 32 | 73 |
| Binary | 1111100 | 1111111 | 10110010 | 11110 | 11101 | 0 | 11110 | 11101101 | 11010 | 111011 |
Color Harmonies of #7C7FB2
Complementary color
Monochromatic Colors of #7C7FB2
Black with #7C7FB2
Text Example
Text Example
White with #7C7FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7FB2; }
p { color: rgb(124,127,178); }
H1.HeaderClassName
{
color: #7C7FB2;
}
.AnyTagClassName
{
color: #7C7FB2;
}
</style>
background-color css
<style>
a { background-color: #7C7FB2; }
a { background-color: rgb(124,127,178); }
div.DivClassName
{
background-color: #7C7FB2;
}
.BgClassName
{
background-color: #7C7FB2;
}
</style>
border-color css
<style>
span { border-color: #7C7FB2; }
span { border-color: rgb(124,127,178); }
td.TdClassName
{
border-color: #7C7FB2;
}
.TagClassName
{
border-color: #7C7FB2;
}
</style>