Shades of Wild Blue Yonder #7381BA
Tints of Wild Blue Yonder #7381BA
RGB
CMYK
RGB Variations
Color information
#7381BA (or 0x7381BA) is known color: Wild Blue Yonder. HEX triplet: 73, 81 and BA. RGB value is (115,129,186). Sum of RGB (Red+Green+Blue) = 115+129+186=430 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.74% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #7381BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7381BA is #8C7E45. Grayscale: #838383. Windows color (decimal): -9207366 or 12222835. OLE color: 12222835.
HSL color Cylindrical-coordinate representation of color #7381BA: hue angle of 228.17º 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 #7381BA is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 129 | 186 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.27 |
| HSL | 228.17º | 0.34% | 0.59% | - |
| HSV(B) | 228.17º | 0.38% | 0.73% | - |
| XYZ | 23.78 | 22.89 | 49.62 | - |
| YUV | 131.31 | 158.86 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 129 | 186 | 0.38 | 0.31 | 0 | 0.27 | 228.17 | 0.34 | 0.59 |
| Hex | 73 | 81 | BA | 26 | 1F | 0 | 1B | E4 | 22 | 3B |
| Octal | 163 | 201 | 272 | 46 | 37 | 0 | 33 | 344 | 42 | 73 |
| Binary | 1110011 | 10000001 | 10111010 | 100110 | 11111 | 0 | 11011 | 11100100 | 100010 | 111011 |
Color Harmonies of #7381BA
Complementary color
Monochromatic Colors of #7381BA
Black with #7381BA
Text Example
Text Example
White with #7381BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7381BA; }
p { color: rgb(115,129,186); }
H1.HeaderClassName
{
color: #7381BA;
}
.AnyTagClassName
{
color: #7381BA;
}
</style>
background-color css
<style>
a { background-color: #7381BA; }
a { background-color: rgb(115,129,186); }
div.DivClassName
{
background-color: #7381BA;
}
.BgClassName
{
background-color: #7381BA;
}
</style>
border-color css
<style>
span { border-color: #7381BA; }
span { border-color: rgb(115,129,186); }
td.TdClassName
{
border-color: #7381BA;
}
.TagClassName
{
border-color: #7381BA;
}
</style>