Shades of Wild Blue Yonder #7F8CBE
Tints of Wild Blue Yonder #7F8CBE
RGB
CMYK
RGB Variations
Color information
#7F8CBE (or 0x7F8CBE) is known color: Wild Blue Yonder. HEX triplet: 7F, 8C and BE. RGB value is (127,140,190). Sum of RGB (Red+Green+Blue) = 127+140+190=457 (60% of max value = 765). Red value is 127 (50% from 255 or 27.79% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F8CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8CBE is #807341. Grayscale: #8D8D8D. Windows color (decimal): -8418114 or 12487807. OLE color: 12487807.
HSL color Cylindrical-coordinate representation of color #7F8CBE: hue angle of 227.62º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F8CBE is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 140 | 190 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.25 |
| HSL | 227.62º | 0.33% | 0.62% | - |
| HSV(B) | 227.62º | 0.33% | 0.75% | - |
| XYZ | 27.42 | 26.99 | 52.48 | - |
| YUV | 141.81 | 155.19 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 140 | 190 | 0.33 | 0.26 | 0 | 0.25 | 227.62 | 0.33 | 0.62 |
| Hex | 7F | 8C | BE | 21 | 1A | 0 | 19 | E4 | 21 | 3E |
| Octal | 177 | 214 | 276 | 41 | 32 | 0 | 31 | 344 | 41 | 76 |
| Binary | 1111111 | 10001100 | 10111110 | 100001 | 11010 | 0 | 11001 | 11100100 | 100001 | 111110 |
Color Harmonies of #7F8CBE
Complementary color
Monochromatic Colors of #7F8CBE
Black with #7F8CBE
Text Example
Text Example
White with #7F8CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8CBE; }
p { color: rgb(127,140,190); }
H1.HeaderClassName
{
color: #7F8CBE;
}
.AnyTagClassName
{
color: #7F8CBE;
}
</style>
background-color css
<style>
a { background-color: #7F8CBE; }
a { background-color: rgb(127,140,190); }
div.DivClassName
{
background-color: #7F8CBE;
}
.BgClassName
{
background-color: #7F8CBE;
}
</style>
border-color css
<style>
span { border-color: #7F8CBE; }
span { border-color: rgb(127,140,190); }
td.TdClassName
{
border-color: #7F8CBE;
}
.TagClassName
{
border-color: #7F8CBE;
}
</style>