Shades of Wild Blue Yonder #7F88CB
Tints of Wild Blue Yonder #7F88CB
RGB
CMYK
RGB Variations
Color information
#7F88CB (or 0x7F88CB) is known color: Wild Blue Yonder. HEX triplet: 7F, 88 and CB. RGB value is (127,136,203). Sum of RGB (Red+Green+Blue) = 127+136+203=466 (61% of max value = 765). Red value is 127 (50% from 255 or 27.25% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F88CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F88CB is #807734. Grayscale: #8C8C8C. Windows color (decimal): -8419125 or 13338751. OLE color: 13338751.
HSL color Cylindrical-coordinate representation of color #7F88CB: hue angle of 232.89º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F88CB is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 136 | 203 | - |
| CMYK | 0.37 | 0.33 | 0 | 0.20 |
| HSL | 232.89º | 0.42% | 0.65% | - |
| HSV(B) | 232.89º | 0.37% | 0.8% | - |
| XYZ | 28.34 | 26.43 | 60.11 | - |
| YUV | 140.95 | 163.02 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 136 | 203 | 0.37 | 0.33 | 0 | 0.20 | 232.89 | 0.42 | 0.65 |
| Hex | 7F | 88 | CB | 25 | 21 | 0 | 14 | E9 | 2A | 41 |
| Octal | 177 | 210 | 313 | 45 | 41 | 0 | 24 | 351 | 52 | 101 |
| Binary | 1111111 | 10001000 | 11001011 | 100101 | 100001 | 0 | 10100 | 11101001 | 101010 | 1000001 |
Color Harmonies of #7F88CB
Complementary color
Monochromatic Colors of #7F88CB
Black with #7F88CB
Text Example
Text Example
White with #7F88CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F88CB; }
p { color: rgb(127,136,203); }
H1.HeaderClassName
{
color: #7F88CB;
}
.AnyTagClassName
{
color: #7F88CB;
}
</style>
background-color css
<style>
a { background-color: #7F88CB; }
a { background-color: rgb(127,136,203); }
div.DivClassName
{
background-color: #7F88CB;
}
.BgClassName
{
background-color: #7F88CB;
}
</style>
border-color css
<style>
span { border-color: #7F88CB; }
span { border-color: rgb(127,136,203); }
td.TdClassName
{
border-color: #7F88CB;
}
.TagClassName
{
border-color: #7F88CB;
}
</style>