Shades of Wild Blue Yonder #7183BA
Tints of Wild Blue Yonder #7183BA
RGB
CMYK
RGB Variations
Color information
#7183BA (or 0x7183BA) is known color: Wild Blue Yonder. HEX triplet: 71, 83 and BA. RGB value is (113,131,186). Sum of RGB (Red+Green+Blue) = 113+131+186=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 131 (51.56% from 255 or 30.47% 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 #7183BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7183BA is #8E7C45. Grayscale: #838383. Windows color (decimal): -9337926 or 12223345. OLE color: 12223345.
HSL color Cylindrical-coordinate representation of color #7183BA: hue angle of 225.21º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7183BA is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 131 | 186 | - |
| CMYK | 0.39 | 0.30 | 0 | 0.27 |
| HSL | 225.21º | 0.35% | 0.59% | - |
| HSV(B) | 225.21º | 0.39% | 0.73% | - |
| XYZ | 23.79 | 23.29 | 49.7 | - |
| YUV | 131.89 | 158.54 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 131 | 186 | 0.39 | 0.30 | 0 | 0.27 | 225.21 | 0.35 | 0.59 |
| Hex | 71 | 83 | BA | 27 | 1E | 0 | 1B | E1 | 23 | 3B |
| Octal | 161 | 203 | 272 | 47 | 36 | 0 | 33 | 341 | 43 | 73 |
| Binary | 1110001 | 10000011 | 10111010 | 100111 | 11110 | 0 | 11011 | 11100001 | 100011 | 111011 |
Color Harmonies of #7183BA
Complementary color
Monochromatic Colors of #7183BA
Black with #7183BA
Text Example
Text Example
White with #7183BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7183BA; }
p { color: rgb(113,131,186); }
H1.HeaderClassName
{
color: #7183BA;
}
.AnyTagClassName
{
color: #7183BA;
}
</style>
background-color css
<style>
a { background-color: #7183BA; }
a { background-color: rgb(113,131,186); }
div.DivClassName
{
background-color: #7183BA;
}
.BgClassName
{
background-color: #7183BA;
}
</style>
border-color css
<style>
span { border-color: #7183BA; }
span { border-color: rgb(113,131,186); }
td.TdClassName
{
border-color: #7183BA;
}
.TagClassName
{
border-color: #7183BA;
}
</style>