Shades of Wild Blue Yonder #7F97BD
Tints of Wild Blue Yonder #7F97BD
RGB
CMYK
RGB Variations
Color information
#7F97BD (or 0x7F97BD) is known color: Wild Blue Yonder. HEX triplet: 7F, 97 and BD. RGB value is (127,151,189). Sum of RGB (Red+Green+Blue) = 127+151+189=467 (61% of max value = 765). Red value is 127 (50% from 255 or 27.19% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F97BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F97BD is #806842. Grayscale: #939393. Windows color (decimal): -8415299 or 12425087. OLE color: 12425087.
HSL color Cylindrical-coordinate representation of color #7F97BD: hue angle of 216.77º 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 #7F97BD is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 151 | 189 | - |
| CMYK | 0.33 | 0.20 | 0 | 0.26 |
| HSL | 216.77º | 0.32% | 0.62% | - |
| HSV(B) | 216.77º | 0.33% | 0.74% | - |
| XYZ | 29 | 30.32 | 52.47 | - |
| YUV | 148.16 | 151.05 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 151 | 189 | 0.33 | 0.20 | 0 | 0.26 | 216.77 | 0.32 | 0.62 |
| Hex | 7F | 97 | BD | 21 | 14 | 0 | 1A | D9 | 20 | 3E |
| Octal | 177 | 227 | 275 | 41 | 24 | 0 | 32 | 331 | 40 | 76 |
| Binary | 1111111 | 10010111 | 10111101 | 100001 | 10100 | 0 | 11010 | 11011001 | 100000 | 111110 |
Color Harmonies of #7F97BD
Complementary color
Monochromatic Colors of #7F97BD
Black with #7F97BD
Text Example
Text Example
White with #7F97BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F97BD; }
p { color: rgb(127,151,189); }
H1.HeaderClassName
{
color: #7F97BD;
}
.AnyTagClassName
{
color: #7F97BD;
}
</style>
background-color css
<style>
a { background-color: #7F97BD; }
a { background-color: rgb(127,151,189); }
div.DivClassName
{
background-color: #7F97BD;
}
.BgClassName
{
background-color: #7F97BD;
}
</style>
border-color css
<style>
span { border-color: #7F97BD; }
span { border-color: rgb(127,151,189); }
td.TdClassName
{
border-color: #7F97BD;
}
.TagClassName
{
border-color: #7F97BD;
}
</style>