Shades of Wild Blue Yonder #7B88BD
Tints of Wild Blue Yonder #7B88BD
RGB
CMYK
RGB Variations
Color information
#7B88BD (or 0x7B88BD) is known color: Wild Blue Yonder. HEX triplet: 7B, 88 and BD. RGB value is (123,136,189). Sum of RGB (Red+Green+Blue) = 123+136+189=448 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.46% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #7B88BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B88BD is #847742. Grayscale: #898989. Windows color (decimal): -8681283 or 12421243. OLE color: 12421243.
HSL color Cylindrical-coordinate representation of color #7B88BD: hue angle of 228.18º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B88BD is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 136 | 189 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.26 |
| HSL | 228.18º | 0.33% | 0.61% | - |
| HSV(B) | 228.18º | 0.35% | 0.74% | - |
| XYZ | 26.16 | 25.49 | 51.69 | - |
| YUV | 138.16 | 156.69 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 136 | 189 | 0.35 | 0.28 | 0 | 0.26 | 228.18 | 0.33 | 0.61 |
| Hex | 7B | 88 | BD | 23 | 1C | 0 | 1A | E4 | 21 | 3D |
| Octal | 173 | 210 | 275 | 43 | 34 | 0 | 32 | 344 | 41 | 75 |
| Binary | 1111011 | 10001000 | 10111101 | 100011 | 11100 | 0 | 11010 | 11100100 | 100001 | 111101 |
Color Harmonies of #7B88BD
Complementary color
Monochromatic Colors of #7B88BD
Black with #7B88BD
Text Example
Text Example
White with #7B88BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B88BD; }
p { color: rgb(123,136,189); }
H1.HeaderClassName
{
color: #7B88BD;
}
.AnyTagClassName
{
color: #7B88BD;
}
</style>
background-color css
<style>
a { background-color: #7B88BD; }
a { background-color: rgb(123,136,189); }
div.DivClassName
{
background-color: #7B88BD;
}
.BgClassName
{
background-color: #7B88BD;
}
</style>
border-color css
<style>
span { border-color: #7B88BD; }
span { border-color: rgb(123,136,189); }
td.TdClassName
{
border-color: #7B88BD;
}
.TagClassName
{
border-color: #7B88BD;
}
</style>