Shades of Wild Blue Yonder #7B8BCC
Tints of Wild Blue Yonder #7B8BCC
RGB
CMYK
RGB Variations
Color information
#7B8BCC (or 0x7B8BCC) is known color: Wild Blue Yonder. HEX triplet: 7B, 8B and CC. RGB value is (123,139,204). Sum of RGB (Red+Green+Blue) = 123+139+204=466 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.39% from 466); Green value is 139 (54.69% from 255 or 29.83% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B8BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8BCC is #847433. Grayscale: #8D8D8D. Windows color (decimal): -8680500 or 13405051. OLE color: 13405051.
HSL color Cylindrical-coordinate representation of color #7B8BCC: hue angle of 228.15º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B8BCC is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 139 | 204 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.2 |
| HSL | 228.15º | 0.44% | 0.64% | - |
| HSV(B) | 228.15º | 0.4% | 0.8% | - |
| XYZ | 28.3 | 27.04 | 60.85 | - |
| YUV | 141.63 | 163.2 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 139 | 204 | 0.40 | 0.32 | 0 | 0.2 | 228.15 | 0.44 | 0.64 |
| Hex | 7B | 8B | CC | 28 | 20 | 0 | 14 | E4 | 2C | 40 |
| Octal | 173 | 213 | 314 | 50 | 40 | 0 | 24 | 344 | 54 | 100 |
| Binary | 1111011 | 10001011 | 11001100 | 101000 | 100000 | 0 | 10100 | 11100100 | 101100 | 1000000 |
Color Harmonies of #7B8BCC
Complementary color
Monochromatic Colors of #7B8BCC
Black with #7B8BCC
Text Example
Text Example
White with #7B8BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8BCC; }
p { color: rgb(123,139,204); }
H1.HeaderClassName
{
color: #7B8BCC;
}
.AnyTagClassName
{
color: #7B8BCC;
}
</style>
background-color css
<style>
a { background-color: #7B8BCC; }
a { background-color: rgb(123,139,204); }
div.DivClassName
{
background-color: #7B8BCC;
}
.BgClassName
{
background-color: #7B8BCC;
}
</style>
border-color css
<style>
span { border-color: #7B8BCC; }
span { border-color: rgb(123,139,204); }
td.TdClassName
{
border-color: #7B8BCC;
}
.TagClassName
{
border-color: #7B8BCC;
}
</style>