Shades of Wild Blue Yonder #7C87CE
Tints of Wild Blue Yonder #7C87CE
RGB
CMYK
RGB Variations
Color information
#7C87CE (or 0x7C87CE) is known color: Wild Blue Yonder. HEX triplet: 7C, 87 and CE. RGB value is (124,135,206). Sum of RGB (Red+Green+Blue) = 124+135+206=465 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.67% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C87CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C87CE is #837831. Grayscale: #8B8B8B. Windows color (decimal): -8615986 or 13535100. OLE color: 13535100.
HSL color Cylindrical-coordinate representation of color #7C87CE: hue angle of 231.95º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C87CE is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 135 | 206 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.19 |
| HSL | 231.95º | 0.46% | 0.65% | - |
| HSV(B) | 231.95º | 0.4% | 0.81% | - |
| XYZ | 28.12 | 26.07 | 61.94 | - |
| YUV | 139.81 | 165.36 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 135 | 206 | 0.40 | 0.34 | 0 | 0.19 | 231.95 | 0.46 | 0.65 |
| Hex | 7C | 87 | CE | 28 | 22 | 0 | 13 | E8 | 2E | 41 |
| Octal | 174 | 207 | 316 | 50 | 42 | 0 | 23 | 350 | 56 | 101 |
| Binary | 1111100 | 10000111 | 11001110 | 101000 | 100010 | 0 | 10011 | 11101000 | 101110 | 1000001 |
Color Harmonies of #7C87CE
Complementary color
Monochromatic Colors of #7C87CE
Black with #7C87CE
Text Example
Text Example
White with #7C87CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C87CE; }
p { color: rgb(124,135,206); }
H1.HeaderClassName
{
color: #7C87CE;
}
.AnyTagClassName
{
color: #7C87CE;
}
</style>
background-color css
<style>
a { background-color: #7C87CE; }
a { background-color: rgb(124,135,206); }
div.DivClassName
{
background-color: #7C87CE;
}
.BgClassName
{
background-color: #7C87CE;
}
</style>
border-color css
<style>
span { border-color: #7C87CE; }
span { border-color: rgb(124,135,206); }
td.TdClassName
{
border-color: #7C87CE;
}
.TagClassName
{
border-color: #7C87CE;
}
</style>