Shades of Wild Blue Yonder #7B87CB
Tints of Wild Blue Yonder #7B87CB
RGB
CMYK
RGB Variations
Color information
#7B87CB (or 0x7B87CB) is known color: Wild Blue Yonder. HEX triplet: 7B, 87 and CB. RGB value is (123,135,203). Sum of RGB (Red+Green+Blue) = 123+135+203=461 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.68% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #7B87CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B87CB is #847834. Grayscale: #8A8A8A. Windows color (decimal): -8681525 or 13338491. OLE color: 13338491.
HSL color Cylindrical-coordinate representation of color #7B87CB: hue angle of 231º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7B87CB is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 135 | 203 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.20 |
| HSL | 231º | 0.43% | 0.64% | - |
| HSV(B) | 231º | 0.39% | 0.8% | - |
| XYZ | 27.61 | 25.85 | 60.03 | - |
| YUV | 139.16 | 164.02 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 135 | 203 | 0.39 | 0.33 | 0 | 0.20 | 231 | 0.43 | 0.64 |
| Hex | 7B | 87 | CB | 27 | 21 | 0 | 14 | E7 | 2B | 40 |
| Octal | 173 | 207 | 313 | 47 | 41 | 0 | 24 | 347 | 53 | 100 |
| Binary | 1111011 | 10000111 | 11001011 | 100111 | 100001 | 0 | 10100 | 11100111 | 101011 | 1000000 |
Color Harmonies of #7B87CB
Complementary color
Monochromatic Colors of #7B87CB
Black with #7B87CB
Text Example
Text Example
White with #7B87CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B87CB; }
p { color: rgb(123,135,203); }
H1.HeaderClassName
{
color: #7B87CB;
}
.AnyTagClassName
{
color: #7B87CB;
}
</style>
background-color css
<style>
a { background-color: #7B87CB; }
a { background-color: rgb(123,135,203); }
div.DivClassName
{
background-color: #7B87CB;
}
.BgClassName
{
background-color: #7B87CB;
}
</style>
border-color css
<style>
span { border-color: #7B87CB; }
span { border-color: rgb(123,135,203); }
td.TdClassName
{
border-color: #7B87CB;
}
.TagClassName
{
border-color: #7B87CB;
}
</style>