Shades of Wild Blue Yonder #7888CF
Tints of Wild Blue Yonder #7888CF
RGB
CMYK
RGB Variations
Color information
#7888CF (or 0x7888CF) is known color: Wild Blue Yonder. HEX triplet: 78, 88 and CF. RGB value is (120,136,207). Sum of RGB (Red+Green+Blue) = 120+136+207=463 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.92% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #7888CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7888CF is #877730. Grayscale: #8B8B8B. Windows color (decimal): -8877873 or 13600888. OLE color: 13600888.
HSL color Cylindrical-coordinate representation of color #7888CF: hue angle of 228.97º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7888CF is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 136 | 207 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.19 |
| HSL | 228.97º | 0.48% | 0.64% | - |
| HSV(B) | 228.97º | 0.42% | 0.81% | - |
| XYZ | 27.81 | 26.11 | 62.6 | - |
| YUV | 139.31 | 166.2 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 136 | 207 | 0.42 | 0.34 | 0 | 0.19 | 228.97 | 0.48 | 0.64 |
| Hex | 78 | 88 | CF | 2A | 22 | 0 | 13 | E5 | 30 | 40 |
| Octal | 170 | 210 | 317 | 52 | 42 | 0 | 23 | 345 | 60 | 100 |
| Binary | 1111000 | 10001000 | 11001111 | 101010 | 100010 | 0 | 10011 | 11100101 | 110000 | 1000000 |
Color Harmonies of #7888CF
Complementary color
Monochromatic Colors of #7888CF
Black with #7888CF
Text Example
Text Example
White with #7888CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7888CF; }
p { color: rgb(120,136,207); }
H1.HeaderClassName
{
color: #7888CF;
}
.AnyTagClassName
{
color: #7888CF;
}
</style>
background-color css
<style>
a { background-color: #7888CF; }
a { background-color: rgb(120,136,207); }
div.DivClassName
{
background-color: #7888CF;
}
.BgClassName
{
background-color: #7888CF;
}
</style>
border-color css
<style>
span { border-color: #7888CF; }
span { border-color: rgb(120,136,207); }
td.TdClassName
{
border-color: #7888CF;
}
.TagClassName
{
border-color: #7888CF;
}
</style>