Shades of Wild Blue Yonder #7887CB
Tints of Wild Blue Yonder #7887CB
RGB
CMYK
RGB Variations
Color information
#7887CB (or 0x7887CB) is known color: Wild Blue Yonder. HEX triplet: 78, 87 and CB. RGB value is (120,135,203). Sum of RGB (Red+Green+Blue) = 120+135+203=458 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.20% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #7887CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7887CB is #877834. Grayscale: #898989. Windows color (decimal): -8878133 or 13338488. OLE color: 13338488.
HSL color Cylindrical-coordinate representation of color #7887CB: hue angle of 229.16º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7887CB is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 120 | 135 | 203 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.20 |
| HSL | 229.16º | 0.44% | 0.63% | - |
| HSV(B) | 229.16º | 0.41% | 0.8% | - |
| XYZ | 27.19 | 25.63 | 60.01 | - |
| YUV | 138.27 | 164.53 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 135 | 203 | 0.41 | 0.33 | 0 | 0.20 | 229.16 | 0.44 | 0.63 |
| Hex | 78 | 87 | CB | 29 | 21 | 0 | 14 | E5 | 2C | 3F |
| Octal | 170 | 207 | 313 | 51 | 41 | 0 | 24 | 345 | 54 | 77 |
| Binary | 1111000 | 10000111 | 11001011 | 101001 | 100001 | 0 | 10100 | 11100101 | 101100 | 111111 |
Color Harmonies of #7887CB
Complementary color
Monochromatic Colors of #7887CB
Black with #7887CB
Text Example
Text Example
White with #7887CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7887CB; }
p { color: rgb(120,135,203); }
H1.HeaderClassName
{
color: #7887CB;
}
.AnyTagClassName
{
color: #7887CB;
}
</style>
background-color css
<style>
a { background-color: #7887CB; }
a { background-color: rgb(120,135,203); }
div.DivClassName
{
background-color: #7887CB;
}
.BgClassName
{
background-color: #7887CB;
}
</style>
border-color css
<style>
span { border-color: #7887CB; }
span { border-color: rgb(120,135,203); }
td.TdClassName
{
border-color: #7887CB;
}
.TagClassName
{
border-color: #7887CB;
}
</style>