Shades of Wild Blue Yonder #7F84BD
Tints of Wild Blue Yonder #7F84BD
RGB
CMYK
RGB Variations
Color information
#7F84BD (or 0x7F84BD) is known color: Wild Blue Yonder. HEX triplet: 7F, 84 and BD. RGB value is (127,132,189). Sum of RGB (Red+Green+Blue) = 127+132+189=448 (59% of max value = 765). Red value is 127 (50% from 255 or 28.35% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F84BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F84BD is #807B42. Grayscale: #888888. Windows color (decimal): -8420163 or 12420223. OLE color: 12420223.
HSL color Cylindrical-coordinate representation of color #7F84BD: hue angle of 235.16º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F84BD is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 132 | 189 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.26 |
| HSL | 235.16º | 0.32% | 0.62% | - |
| HSV(B) | 235.16º | 0.33% | 0.74% | - |
| XYZ | 26.19 | 24.69 | 51.53 | - |
| YUV | 137 | 157.34 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 132 | 189 | 0.33 | 0.30 | 0 | 0.26 | 235.16 | 0.32 | 0.62 |
| Hex | 7F | 84 | BD | 21 | 1E | 0 | 1A | EB | 20 | 3E |
| Octal | 177 | 204 | 275 | 41 | 36 | 0 | 32 | 353 | 40 | 76 |
| Binary | 1111111 | 10000100 | 10111101 | 100001 | 11110 | 0 | 11010 | 11101011 | 100000 | 111110 |
Color Harmonies of #7F84BD
Complementary color
Monochromatic Colors of #7F84BD
Black with #7F84BD
Text Example
Text Example
White with #7F84BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F84BD; }
p { color: rgb(127,132,189); }
H1.HeaderClassName
{
color: #7F84BD;
}
.AnyTagClassName
{
color: #7F84BD;
}
</style>
background-color css
<style>
a { background-color: #7F84BD; }
a { background-color: rgb(127,132,189); }
div.DivClassName
{
background-color: #7F84BD;
}
.BgClassName
{
background-color: #7F84BD;
}
</style>
border-color css
<style>
span { border-color: #7F84BD; }
span { border-color: rgb(127,132,189); }
td.TdClassName
{
border-color: #7F84BD;
}
.TagClassName
{
border-color: #7F84BD;
}
</style>