Shades of Wild Blue Yonder #7183B4
Tints of Wild Blue Yonder #7183B4
RGB
CMYK
RGB Variations
Color information
#7183B4 (or 0x7183B4) is known color: Wild Blue Yonder. HEX triplet: 71, 83 and B4. RGB value is (113,131,180). Sum of RGB (Red+Green+Blue) = 113+131+180=424 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.65% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 180 - color contains mainly: blue. Hex color #7183B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7183B4 is #8E7C4B. Grayscale: #828282. Windows color (decimal): -9337932 or 11830129. OLE color: 11830129.
HSL color Cylindrical-coordinate representation of color #7183B4: hue angle of 223.88º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7183B4 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 131 | 180 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.29 |
| HSL | 223.88º | 0.31% | 0.57% | - |
| HSV(B) | 223.88º | 0.37% | 0.71% | - |
| XYZ | 23.16 | 23.04 | 46.41 | - |
| YUV | 131.2 | 155.54 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 131 | 180 | 0.37 | 0.27 | 0 | 0.29 | 223.88 | 0.31 | 0.57 |
| Hex | 71 | 83 | B4 | 25 | 1B | 0 | 1D | E0 | 1F | 39 |
| Octal | 161 | 203 | 264 | 45 | 33 | 0 | 35 | 340 | 37 | 71 |
| Binary | 1110001 | 10000011 | 10110100 | 100101 | 11011 | 0 | 11101 | 11100000 | 11111 | 111001 |
Color Harmonies of #7183B4
Complementary color
Monochromatic Colors of #7183B4
Black with #7183B4
Text Example
Text Example
White with #7183B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7183B4; }
p { color: rgb(113,131,180); }
H1.HeaderClassName
{
color: #7183B4;
}
.AnyTagClassName
{
color: #7183B4;
}
</style>
background-color css
<style>
a { background-color: #7183B4; }
a { background-color: rgb(113,131,180); }
div.DivClassName
{
background-color: #7183B4;
}
.BgClassName
{
background-color: #7183B4;
}
</style>
border-color css
<style>
span { border-color: #7183B4; }
span { border-color: rgb(113,131,180); }
td.TdClassName
{
border-color: #7183B4;
}
.TagClassName
{
border-color: #7183B4;
}
</style>