Shades of Wild Blue Yonder #7B8BCE
Tints of Wild Blue Yonder #7B8BCE
RGB
CMYK
RGB Variations
Color information
#7B8BCE (or 0x7B8BCE) is known color: Wild Blue Yonder. HEX triplet: 7B, 8B and CE. RGB value is (123,139,206). Sum of RGB (Red+Green+Blue) = 123+139+206=468 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.28% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B8BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8BCE is #847431. Grayscale: #8D8D8D. Windows color (decimal): -8680498 or 13536123. OLE color: 13536123.
HSL color Cylindrical-coordinate representation of color #7B8BCE: hue angle of 228.43º 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 #7B8BCE is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 139 | 206 | - |
| CMYK | 0.40 | 0.33 | 0 | 0.19 |
| HSL | 228.43º | 0.46% | 0.65% | - |
| HSV(B) | 228.43º | 0.4% | 0.81% | - |
| XYZ | 28.54 | 27.13 | 62.13 | - |
| YUV | 141.85 | 164.2 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 139 | 206 | 0.40 | 0.33 | 0 | 0.19 | 228.43 | 0.46 | 0.65 |
| Hex | 7B | 8B | CE | 28 | 21 | 0 | 13 | E4 | 2E | 41 |
| Octal | 173 | 213 | 316 | 50 | 41 | 0 | 23 | 344 | 56 | 101 |
| Binary | 1111011 | 10001011 | 11001110 | 101000 | 100001 | 0 | 10011 | 11100100 | 101110 | 1000001 |
Color Harmonies of #7B8BCE
Complementary color
Monochromatic Colors of #7B8BCE
Black with #7B8BCE
Text Example
Text Example
White with #7B8BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8BCE; }
p { color: rgb(123,139,206); }
H1.HeaderClassName
{
color: #7B8BCE;
}
.AnyTagClassName
{
color: #7B8BCE;
}
</style>
background-color css
<style>
a { background-color: #7B8BCE; }
a { background-color: rgb(123,139,206); }
div.DivClassName
{
background-color: #7B8BCE;
}
.BgClassName
{
background-color: #7B8BCE;
}
</style>
border-color css
<style>
span { border-color: #7B8BCE; }
span { border-color: rgb(123,139,206); }
td.TdClassName
{
border-color: #7B8BCE;
}
.TagClassName
{
border-color: #7B8BCE;
}
</style>