Shades of Wild Blue Yonder #7B86CA
Tints of Wild Blue Yonder #7B86CA
RGB
CMYK
RGB Variations
Color information
#7B86CA (or 0x7B86CA) is known color: Wild Blue Yonder. HEX triplet: 7B, 86 and CA. RGB value is (123,134,202). Sum of RGB (Red+Green+Blue) = 123+134+202=459 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.80% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B86CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B86CA is #847935. Grayscale: #8A8A8A. Windows color (decimal): -8681782 or 13272699. OLE color: 13272699.
HSL color Cylindrical-coordinate representation of color #7B86CA: hue angle of 231.65º 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 #7B86CA is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 134 | 202 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.21 |
| HSL | 231.65º | 0.43% | 0.64% | - |
| HSV(B) | 231.65º | 0.39% | 0.79% | - |
| XYZ | 27.35 | 25.53 | 59.36 | - |
| YUV | 138.46 | 163.86 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 134 | 202 | 0.39 | 0.34 | 0 | 0.21 | 231.65 | 0.43 | 0.64 |
| Hex | 7B | 86 | CA | 27 | 22 | 0 | 15 | E8 | 2B | 40 |
| Octal | 173 | 206 | 312 | 47 | 42 | 0 | 25 | 350 | 53 | 100 |
| Binary | 1111011 | 10000110 | 11001010 | 100111 | 100010 | 0 | 10101 | 11101000 | 101011 | 1000000 |
Color Harmonies of #7B86CA
Complementary color
Monochromatic Colors of #7B86CA
Black with #7B86CA
Text Example
Text Example
White with #7B86CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B86CA; }
p { color: rgb(123,134,202); }
H1.HeaderClassName
{
color: #7B86CA;
}
.AnyTagClassName
{
color: #7B86CA;
}
</style>
background-color css
<style>
a { background-color: #7B86CA; }
a { background-color: rgb(123,134,202); }
div.DivClassName
{
background-color: #7B86CA;
}
.BgClassName
{
background-color: #7B86CA;
}
</style>
border-color css
<style>
span { border-color: #7B86CA; }
span { border-color: rgb(123,134,202); }
td.TdClassName
{
border-color: #7B86CA;
}
.TagClassName
{
border-color: #7B86CA;
}
</style>