Shades of Wild Blue Yonder #7B8CCE
Tints of Wild Blue Yonder #7B8CCE
RGB
CMYK
RGB Variations
Color information
#7B8CCE (or 0x7B8CCE) is known color: Wild Blue Yonder. HEX triplet: 7B, 8C and CE. RGB value is (123,140,206). Sum of RGB (Red+Green+Blue) = 123+140+206=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B8CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8CCE is #847331. Grayscale: #8E8E8E. Windows color (decimal): -8680242 or 13536379. OLE color: 13536379.
HSL color Cylindrical-coordinate representation of color #7B8CCE: hue angle of 227.71º 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 #7B8CCE is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 140 | 206 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.19 |
| HSL | 227.71º | 0.46% | 0.65% | - |
| HSV(B) | 227.71º | 0.4% | 0.81% | - |
| XYZ | 28.69 | 27.42 | 62.17 | - |
| YUV | 142.44 | 163.87 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 140 | 206 | 0.40 | 0.32 | 0 | 0.19 | 227.71 | 0.46 | 0.65 |
| Hex | 7B | 8C | CE | 28 | 20 | 0 | 13 | E4 | 2E | 41 |
| Octal | 173 | 214 | 316 | 50 | 40 | 0 | 23 | 344 | 56 | 101 |
| Binary | 1111011 | 10001100 | 11001110 | 101000 | 100000 | 0 | 10011 | 11100100 | 101110 | 1000001 |
Color Harmonies of #7B8CCE
Complementary color
Monochromatic Colors of #7B8CCE
Black with #7B8CCE
Text Example
Text Example
White with #7B8CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8CCE; }
p { color: rgb(123,140,206); }
H1.HeaderClassName
{
color: #7B8CCE;
}
.AnyTagClassName
{
color: #7B8CCE;
}
</style>
background-color css
<style>
a { background-color: #7B8CCE; }
a { background-color: rgb(123,140,206); }
div.DivClassName
{
background-color: #7B8CCE;
}
.BgClassName
{
background-color: #7B8CCE;
}
</style>
border-color css
<style>
span { border-color: #7B8CCE; }
span { border-color: rgb(123,140,206); }
td.TdClassName
{
border-color: #7B8CCE;
}
.TagClassName
{
border-color: #7B8CCE;
}
</style>