Shades of Wild Blue Yonder #7B8DBD
Tints of Wild Blue Yonder #7B8DBD
RGB
CMYK
RGB Variations
Color information
#7B8DBD (or 0x7B8DBD) is known color: Wild Blue Yonder. HEX triplet: 7B, 8D and BD. RGB value is (123,141,189). Sum of RGB (Red+Green+Blue) = 123+141+189=453 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.15% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #7B8DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8DBD is #847242. Grayscale: #8C8C8C. Windows color (decimal): -8680003 or 12422523. OLE color: 12422523.
HSL color Cylindrical-coordinate representation of color #7B8DBD: hue angle of 223.64º 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 #7B8DBD is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 141 | 189 | - |
| CMYK | 0.35 | 0.25 | 0 | 0.26 |
| HSL | 223.64º | 0.33% | 0.61% | - |
| HSV(B) | 223.64º | 0.35% | 0.74% | - |
| XYZ | 26.88 | 26.93 | 51.93 | - |
| YUV | 141.09 | 155.04 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 141 | 189 | 0.35 | 0.25 | 0 | 0.26 | 223.64 | 0.33 | 0.61 |
| Hex | 7B | 8D | BD | 23 | 19 | 0 | 1A | E0 | 21 | 3D |
| Octal | 173 | 215 | 275 | 43 | 31 | 0 | 32 | 340 | 41 | 75 |
| Binary | 1111011 | 10001101 | 10111101 | 100011 | 11001 | 0 | 11010 | 11100000 | 100001 | 111101 |
Color Harmonies of #7B8DBD
Complementary color
Monochromatic Colors of #7B8DBD
Black with #7B8DBD
Text Example
Text Example
White with #7B8DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8DBD; }
p { color: rgb(123,141,189); }
H1.HeaderClassName
{
color: #7B8DBD;
}
.AnyTagClassName
{
color: #7B8DBD;
}
</style>
background-color css
<style>
a { background-color: #7B8DBD; }
a { background-color: rgb(123,141,189); }
div.DivClassName
{
background-color: #7B8DBD;
}
.BgClassName
{
background-color: #7B8DBD;
}
</style>
border-color css
<style>
span { border-color: #7B8DBD; }
span { border-color: rgb(123,141,189); }
td.TdClassName
{
border-color: #7B8DBD;
}
.TagClassName
{
border-color: #7B8DBD;
}
</style>