Shades of Wild Blue Yonder #7F8CCA
Tints of Wild Blue Yonder #7F8CCA
RGB
CMYK
RGB Variations
Color information
#7F8CCA (or 0x7F8CCA) is known color: Wild Blue Yonder. HEX triplet: 7F, 8C and CA. RGB value is (127,140,202). Sum of RGB (Red+Green+Blue) = 127+140+202=469 (62% of max value = 765). Red value is 127 (50% from 255 or 27.08% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F8CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8CCA is #807335. Grayscale: #8E8E8E. Windows color (decimal): -8418102 or 13274239. OLE color: 13274239.
HSL color Cylindrical-coordinate representation of color #7F8CCA: hue angle of 229.6º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F8CCA is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 140 | 202 | - |
| CMYK | 0.37 | 0.31 | 0 | 0.21 |
| HSL | 229.6º | 0.41% | 0.65% | - |
| HSV(B) | 229.6º | 0.37% | 0.79% | - |
| XYZ | 28.79 | 27.53 | 59.67 | - |
| YUV | 143.18 | 161.19 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 140 | 202 | 0.37 | 0.31 | 0 | 0.21 | 229.6 | 0.41 | 0.65 |
| Hex | 7F | 8C | CA | 25 | 1F | 0 | 15 | E6 | 29 | 41 |
| Octal | 177 | 214 | 312 | 45 | 37 | 0 | 25 | 346 | 51 | 101 |
| Binary | 1111111 | 10001100 | 11001010 | 100101 | 11111 | 0 | 10101 | 11100110 | 101001 | 1000001 |
Color Harmonies of #7F8CCA
Complementary color
Monochromatic Colors of #7F8CCA
Black with #7F8CCA
Text Example
Text Example
White with #7F8CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8CCA; }
p { color: rgb(127,140,202); }
H1.HeaderClassName
{
color: #7F8CCA;
}
.AnyTagClassName
{
color: #7F8CCA;
}
</style>
background-color css
<style>
a { background-color: #7F8CCA; }
a { background-color: rgb(127,140,202); }
div.DivClassName
{
background-color: #7F8CCA;
}
.BgClassName
{
background-color: #7F8CCA;
}
</style>
border-color css
<style>
span { border-color: #7F8CCA; }
span { border-color: rgb(127,140,202); }
td.TdClassName
{
border-color: #7F8CCA;
}
.TagClassName
{
border-color: #7F8CCA;
}
</style>