Shades of Wild Blue Yonder #7481BA
Tints of Wild Blue Yonder #7481BA
RGB
CMYK
RGB Variations
Color information
#7481BA (or 0x7481BA) is known color: Wild Blue Yonder. HEX triplet: 74, 81 and BA. RGB value is (116,129,186). Sum of RGB (Red+Green+Blue) = 116+129+186=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #7481BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7481BA is #8B7E45. Grayscale: #838383. Windows color (decimal): -9141830 or 12222836. OLE color: 12222836.
HSL color Cylindrical-coordinate representation of color #7481BA: hue angle of 228.86º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7481BA is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 129 | 186 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.27 |
| HSL | 228.86º | 0.34% | 0.59% | - |
| HSV(B) | 228.86º | 0.38% | 0.73% | - |
| XYZ | 23.92 | 22.96 | 49.63 | - |
| YUV | 131.61 | 158.69 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 129 | 186 | 0.38 | 0.31 | 0 | 0.27 | 228.86 | 0.34 | 0.59 |
| Hex | 74 | 81 | BA | 26 | 1F | 0 | 1B | E5 | 22 | 3B |
| Octal | 164 | 201 | 272 | 46 | 37 | 0 | 33 | 345 | 42 | 73 |
| Binary | 1110100 | 10000001 | 10111010 | 100110 | 11111 | 0 | 11011 | 11100101 | 100010 | 111011 |
Color Harmonies of #7481BA
Complementary color
Monochromatic Colors of #7481BA
Black with #7481BA
Text Example
Text Example
White with #7481BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7481BA; }
p { color: rgb(116,129,186); }
H1.HeaderClassName
{
color: #7481BA;
}
.AnyTagClassName
{
color: #7481BA;
}
</style>
background-color css
<style>
a { background-color: #7481BA; }
a { background-color: rgb(116,129,186); }
div.DivClassName
{
background-color: #7481BA;
}
.BgClassName
{
background-color: #7481BA;
}
</style>
border-color css
<style>
span { border-color: #7481BA; }
span { border-color: rgb(116,129,186); }
td.TdClassName
{
border-color: #7481BA;
}
.TagClassName
{
border-color: #7481BA;
}
</style>