Shades of Wild Blue Yonder #7B96CA
Tints of Wild Blue Yonder #7B96CA
RGB
CMYK
RGB Variations
Color information
#7B96CA (or 0x7B96CA) is known color: Wild Blue Yonder. HEX triplet: 7B, 96 and CA. RGB value is (123,150,202). Sum of RGB (Red+Green+Blue) = 123+150+202=475 (62% of max value = 765). Red value is 123 (48.44% from 255 or 25.89% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B96CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B96CA is #846935. Grayscale: #939393. Windows color (decimal): -8677686 or 13276795. OLE color: 13276795.
HSL color Cylindrical-coordinate representation of color #7B96CA: hue angle of 219.49º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7B96CA is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 150 | 202 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.21 |
| HSL | 219.49º | 0.43% | 0.64% | - |
| HSV(B) | 219.49º | 0.39% | 0.79% | - |
| XYZ | 29.74 | 30.29 | 60.16 | - |
| YUV | 147.86 | 158.55 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 150 | 202 | 0.39 | 0.26 | 0 | 0.21 | 219.49 | 0.43 | 0.64 |
| Hex | 7B | 96 | CA | 27 | 1A | 0 | 15 | DB | 2B | 40 |
| Octal | 173 | 226 | 312 | 47 | 32 | 0 | 25 | 333 | 53 | 100 |
| Binary | 1111011 | 10010110 | 11001010 | 100111 | 11010 | 0 | 10101 | 11011011 | 101011 | 1000000 |
Color Harmonies of #7B96CA
Complementary color
Monochromatic Colors of #7B96CA
Black with #7B96CA
Text Example
Text Example
White with #7B96CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B96CA; }
p { color: rgb(123,150,202); }
H1.HeaderClassName
{
color: #7B96CA;
}
.AnyTagClassName
{
color: #7B96CA;
}
</style>
background-color css
<style>
a { background-color: #7B96CA; }
a { background-color: rgb(123,150,202); }
div.DivClassName
{
background-color: #7B96CA;
}
.BgClassName
{
background-color: #7B96CA;
}
</style>
border-color css
<style>
span { border-color: #7B96CA; }
span { border-color: rgb(123,150,202); }
td.TdClassName
{
border-color: #7B96CA;
}
.TagClassName
{
border-color: #7B96CA;
}
</style>