Shades of Wild Blue Yonder #7F83BC
Tints of Wild Blue Yonder #7F83BC
RGB
CMYK
RGB Variations
Color information
#7F83BC (or 0x7F83BC) is known color: Wild Blue Yonder. HEX triplet: 7F, 83 and BC. RGB value is (127,131,188). Sum of RGB (Red+Green+Blue) = 127+131+188=446 (59% of max value = 765). Red value is 127 (50% from 255 or 28.48% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F83BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F83BC is #807C43. Grayscale: #888888. Windows color (decimal): -8420420 or 12354431. OLE color: 12354431.
HSL color Cylindrical-coordinate representation of color #7F83BC: hue angle of 236.07º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F83BC is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 131 | 188 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.26 |
| HSL | 236.07º | 0.31% | 0.62% | - |
| HSV(B) | 236.07º | 0.32% | 0.74% | - |
| XYZ | 25.95 | 24.38 | 50.91 | - |
| YUV | 136.3 | 157.17 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 131 | 188 | 0.32 | 0.30 | 0 | 0.26 | 236.07 | 0.31 | 0.62 |
| Hex | 7F | 83 | BC | 20 | 1E | 0 | 1A | EC | 1F | 3E |
| Octal | 177 | 203 | 274 | 40 | 36 | 0 | 32 | 354 | 37 | 76 |
| Binary | 1111111 | 10000011 | 10111100 | 100000 | 11110 | 0 | 11010 | 11101100 | 11111 | 111110 |
Color Harmonies of #7F83BC
Complementary color
Monochromatic Colors of #7F83BC
Black with #7F83BC
Text Example
Text Example
White with #7F83BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F83BC; }
p { color: rgb(127,131,188); }
H1.HeaderClassName
{
color: #7F83BC;
}
.AnyTagClassName
{
color: #7F83BC;
}
</style>
background-color css
<style>
a { background-color: #7F83BC; }
a { background-color: rgb(127,131,188); }
div.DivClassName
{
background-color: #7F83BC;
}
.BgClassName
{
background-color: #7F83BC;
}
</style>
border-color css
<style>
span { border-color: #7F83BC; }
span { border-color: rgb(127,131,188); }
td.TdClassName
{
border-color: #7F83BC;
}
.TagClassName
{
border-color: #7F83BC;
}
</style>