Shades of Wild Blue Yonder #7C81BD
Tints of Wild Blue Yonder #7C81BD
RGB
CMYK
RGB Variations
Color information
#7C81BD (or 0x7C81BD) is known color: Wild Blue Yonder. HEX triplet: 7C, 81 and BD. RGB value is (124,129,189). Sum of RGB (Red+Green+Blue) = 124+129+189=442 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.05% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C81BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C81BD is #837E42. Grayscale: #868686. Windows color (decimal): -8617539 or 12419452. OLE color: 12419452.
HSL color Cylindrical-coordinate representation of color #7C81BD: hue angle of 235.38º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C81BD is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 129 | 189 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.26 |
| HSL | 235.38º | 0.33% | 0.61% | - |
| HSV(B) | 235.38º | 0.34% | 0.74% | - |
| XYZ | 25.35 | 23.66 | 51.37 | - |
| YUV | 134.35 | 158.84 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 129 | 189 | 0.34 | 0.32 | 0 | 0.26 | 235.38 | 0.33 | 0.61 |
| Hex | 7C | 81 | BD | 22 | 20 | 0 | 1A | EB | 21 | 3D |
| Octal | 174 | 201 | 275 | 42 | 40 | 0 | 32 | 353 | 41 | 75 |
| Binary | 1111100 | 10000001 | 10111101 | 100010 | 100000 | 0 | 11010 | 11101011 | 100001 | 111101 |
Color Harmonies of #7C81BD
Complementary color
Monochromatic Colors of #7C81BD
Black with #7C81BD
Text Example
Text Example
White with #7C81BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C81BD; }
p { color: rgb(124,129,189); }
H1.HeaderClassName
{
color: #7C81BD;
}
.AnyTagClassName
{
color: #7C81BD;
}
</style>
background-color css
<style>
a { background-color: #7C81BD; }
a { background-color: rgb(124,129,189); }
div.DivClassName
{
background-color: #7C81BD;
}
.BgClassName
{
background-color: #7C81BD;
}
</style>
border-color css
<style>
span { border-color: #7C81BD; }
span { border-color: rgb(124,129,189); }
td.TdClassName
{
border-color: #7C81BD;
}
.TagClassName
{
border-color: #7C81BD;
}
</style>