Shades of Wild Blue Yonder #7B88CE
Tints of Wild Blue Yonder #7B88CE
RGB
CMYK
RGB Variations
Color information
#7B88CE (or 0x7B88CE) is known color: Wild Blue Yonder. HEX triplet: 7B, 88 and CE. RGB value is (123,136,206). Sum of RGB (Red+Green+Blue) = 123+136+206=465 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.45% from 465); Green value is 136 (53.52% from 255 or 29.25% 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 #7B88CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B88CE is #847731. Grayscale: #8B8B8B. Windows color (decimal): -8681266 or 13535355. OLE color: 13535355.
HSL color Cylindrical-coordinate representation of color #7B88CE: hue angle of 230.6º 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 #7B88CE is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 136 | 206 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.19 |
| HSL | 230.6º | 0.46% | 0.65% | - |
| HSV(B) | 230.6º | 0.4% | 0.81% | - |
| XYZ | 28.11 | 26.28 | 61.98 | - |
| YUV | 140.09 | 165.19 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 136 | 206 | 0.40 | 0.34 | 0 | 0.19 | 230.6 | 0.46 | 0.65 |
| Hex | 7B | 88 | CE | 28 | 22 | 0 | 13 | E7 | 2E | 41 |
| Octal | 173 | 210 | 316 | 50 | 42 | 0 | 23 | 347 | 56 | 101 |
| Binary | 1111011 | 10001000 | 11001110 | 101000 | 100010 | 0 | 10011 | 11100111 | 101110 | 1000001 |
Color Harmonies of #7B88CE
Complementary color
Monochromatic Colors of #7B88CE
Black with #7B88CE
Text Example
Text Example
White with #7B88CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B88CE; }
p { color: rgb(123,136,206); }
H1.HeaderClassName
{
color: #7B88CE;
}
.AnyTagClassName
{
color: #7B88CE;
}
</style>
background-color css
<style>
a { background-color: #7B88CE; }
a { background-color: rgb(123,136,206); }
div.DivClassName
{
background-color: #7B88CE;
}
.BgClassName
{
background-color: #7B88CE;
}
</style>
border-color css
<style>
span { border-color: #7B88CE; }
span { border-color: rgb(123,136,206); }
td.TdClassName
{
border-color: #7B88CE;
}
.TagClassName
{
border-color: #7B88CE;
}
</style>