Shades of Wild Blue Yonder #7B8CC7
Tints of Wild Blue Yonder #7B8CC7
RGB
CMYK
RGB Variations
Color information
#7B8CC7 (or 0x7B8CC7) is known color: Wild Blue Yonder. HEX triplet: 7B, 8C and C7. RGB value is (123,140,199). Sum of RGB (Red+Green+Blue) = 123+140+199=462 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.62% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 199 (78.12% from 255 or 43.07% from 462); Max value from RGB is 199 - color contains mainly: blue. Hex color #7B8CC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8CC7 is #847338. Grayscale: #8D8D8D. Windows color (decimal): -8680249 or 13077627. OLE color: 13077627.
HSL color Cylindrical-coordinate representation of color #7B8CC7: hue angle of 226.58º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7B8CC7 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 140 | 199 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.22 |
| HSL | 226.58º | 0.4% | 0.63% | - |
| HSV(B) | 226.58º | 0.38% | 0.78% | - |
| XYZ | 27.86 | 27.09 | 57.79 | - |
| YUV | 141.64 | 160.37 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 140 | 199 | 0.38 | 0.30 | 0 | 0.22 | 226.58 | 0.4 | 0.63 |
| Hex | 7B | 8C | C7 | 26 | 1E | 0 | 16 | E3 | 28 | 3F |
| Octal | 173 | 214 | 307 | 46 | 36 | 0 | 26 | 343 | 50 | 77 |
| Binary | 1111011 | 10001100 | 11000111 | 100110 | 11110 | 0 | 10110 | 11100011 | 101000 | 111111 |
Color Harmonies of #7B8CC7
Complementary color
Monochromatic Colors of #7B8CC7
Black with #7B8CC7
Text Example
Text Example
White with #7B8CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8CC7; }
p { color: rgb(123,140,199); }
H1.HeaderClassName
{
color: #7B8CC7;
}
.AnyTagClassName
{
color: #7B8CC7;
}
</style>
background-color css
<style>
a { background-color: #7B8CC7; }
a { background-color: rgb(123,140,199); }
div.DivClassName
{
background-color: #7B8CC7;
}
.BgClassName
{
background-color: #7B8CC7;
}
</style>
border-color css
<style>
span { border-color: #7B8CC7; }
span { border-color: rgb(123,140,199); }
td.TdClassName
{
border-color: #7B8CC7;
}
.TagClassName
{
border-color: #7B8CC7;
}
</style>