Shades of Wild Blue Yonder #7B96C8
Tints of Wild Blue Yonder #7B96C8
RGB
CMYK
RGB Variations
Color information
#7B96C8 (or 0x7B96C8) is known color: Wild Blue Yonder. HEX triplet: 7B, 96 and C8. RGB value is (123,150,200). Sum of RGB (Red+Green+Blue) = 123+150+200=473 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.00% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 200 - color contains mainly: blue. Hex color #7B96C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B96C8 is #846937. Grayscale: #939393. Windows color (decimal): -8677688 or 13145723. OLE color: 13145723.
HSL color Cylindrical-coordinate representation of color #7B96C8: hue angle of 218.96º degrees, saturation: 0.41, 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 #7B96C8 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 123 | 150 | 200 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.22 |
| HSL | 218.96º | 0.41% | 0.63% | - |
| HSV(B) | 218.96º | 0.39% | 0.78% | - |
| XYZ | 29.5 | 30.19 | 58.92 | - |
| YUV | 147.63 | 157.55 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 150 | 200 | 0.38 | 0.25 | 0 | 0.22 | 218.96 | 0.41 | 0.63 |
| Hex | 7B | 96 | C8 | 26 | 19 | 0 | 16 | DB | 29 | 3F |
| Octal | 173 | 226 | 310 | 46 | 31 | 0 | 26 | 333 | 51 | 77 |
| Binary | 1111011 | 10010110 | 11001000 | 100110 | 11001 | 0 | 10110 | 11011011 | 101001 | 111111 |
Color Harmonies of #7B96C8
Complementary color
Monochromatic Colors of #7B96C8
Black with #7B96C8
Text Example
Text Example
White with #7B96C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B96C8; }
p { color: rgb(123,150,200); }
H1.HeaderClassName
{
color: #7B96C8;
}
.AnyTagClassName
{
color: #7B96C8;
}
</style>
background-color css
<style>
a { background-color: #7B96C8; }
a { background-color: rgb(123,150,200); }
div.DivClassName
{
background-color: #7B96C8;
}
.BgClassName
{
background-color: #7B96C8;
}
</style>
border-color css
<style>
span { border-color: #7B96C8; }
span { border-color: rgb(123,150,200); }
td.TdClassName
{
border-color: #7B96C8;
}
.TagClassName
{
border-color: #7B96C8;
}
</style>