Shades of Wild Blue Yonder #7B85CA
Tints of Wild Blue Yonder #7B85CA
RGB
CMYK
RGB Variations
Color information
#7B85CA (or 0x7B85CA) is known color: Wild Blue Yonder. HEX triplet: 7B, 85 and CA. RGB value is (123,133,202). Sum of RGB (Red+Green+Blue) = 123+133+202=458 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.86% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #7B85CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B85CA is #847A35. Grayscale: #898989. Windows color (decimal): -8682038 or 13272443. OLE color: 13272443.
HSL color Cylindrical-coordinate representation of color #7B85CA: hue angle of 232.41º 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 #7B85CA is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 133 | 202 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.21 |
| HSL | 232.41º | 0.43% | 0.64% | - |
| HSV(B) | 232.41º | 0.39% | 0.79% | - |
| XYZ | 27.22 | 25.25 | 59.32 | - |
| YUV | 137.88 | 164.19 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 133 | 202 | 0.39 | 0.34 | 0 | 0.21 | 232.41 | 0.43 | 0.64 |
| Hex | 7B | 85 | CA | 27 | 22 | 0 | 15 | E8 | 2B | 40 |
| Octal | 173 | 205 | 312 | 47 | 42 | 0 | 25 | 350 | 53 | 100 |
| Binary | 1111011 | 10000101 | 11001010 | 100111 | 100010 | 0 | 10101 | 11101000 | 101011 | 1000000 |
Color Harmonies of #7B85CA
Complementary color
Monochromatic Colors of #7B85CA
Black with #7B85CA
Text Example
Text Example
White with #7B85CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B85CA; }
p { color: rgb(123,133,202); }
H1.HeaderClassName
{
color: #7B85CA;
}
.AnyTagClassName
{
color: #7B85CA;
}
</style>
background-color css
<style>
a { background-color: #7B85CA; }
a { background-color: rgb(123,133,202); }
div.DivClassName
{
background-color: #7B85CA;
}
.BgClassName
{
background-color: #7B85CA;
}
</style>
border-color css
<style>
span { border-color: #7B85CA; }
span { border-color: rgb(123,133,202); }
td.TdClassName
{
border-color: #7B85CA;
}
.TagClassName
{
border-color: #7B85CA;
}
</style>