Shades of Wild Blue Yonder #7B8ACB
Tints of Wild Blue Yonder #7B8ACB
RGB
CMYK
RGB Variations
Color information
#7B8ACB (or 0x7B8ACB) is known color: Wild Blue Yonder. HEX triplet: 7B, 8A and CB. RGB value is (123,138,203). Sum of RGB (Red+Green+Blue) = 123+138+203=464 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.51% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #7B8ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B8ACB is #847534. Grayscale: #8C8C8C. Windows color (decimal): -8680757 or 13339259. OLE color: 13339259.
HSL color Cylindrical-coordinate representation of color #7B8ACB: hue angle of 228.75º 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 #7B8ACB is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 138 | 203 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.20 |
| HSL | 228.75º | 0.43% | 0.64% | - |
| HSV(B) | 228.75º | 0.39% | 0.8% | - |
| XYZ | 28.04 | 26.7 | 60.18 | - |
| YUV | 140.93 | 163.03 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 138 | 203 | 0.39 | 0.32 | 0 | 0.20 | 228.75 | 0.43 | 0.64 |
| Hex | 7B | 8A | CB | 27 | 20 | 0 | 14 | E5 | 2B | 40 |
| Octal | 173 | 212 | 313 | 47 | 40 | 0 | 24 | 345 | 53 | 100 |
| Binary | 1111011 | 10001010 | 11001011 | 100111 | 100000 | 0 | 10100 | 11100101 | 101011 | 1000000 |
Color Harmonies of #7B8ACB
Complementary color
Monochromatic Colors of #7B8ACB
Black with #7B8ACB
Text Example
Text Example
White with #7B8ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8ACB; }
p { color: rgb(123,138,203); }
H1.HeaderClassName
{
color: #7B8ACB;
}
.AnyTagClassName
{
color: #7B8ACB;
}
</style>
background-color css
<style>
a { background-color: #7B8ACB; }
a { background-color: rgb(123,138,203); }
div.DivClassName
{
background-color: #7B8ACB;
}
.BgClassName
{
background-color: #7B8ACB;
}
</style>
border-color css
<style>
span { border-color: #7B8ACB; }
span { border-color: rgb(123,138,203); }
td.TdClassName
{
border-color: #7B8ACB;
}
.TagClassName
{
border-color: #7B8ACB;
}
</style>