Shades of Wild Blue Yonder #7182D6
Tints of Wild Blue Yonder #7182D6
RGB
CMYK
RGB Variations
Color information
#7182D6 (or 0x7182D6) is known color: Wild Blue Yonder. HEX triplet: 71, 82 and D6. RGB value is (113,130,214). Sum of RGB (Red+Green+Blue) = 113+130+214=457 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.73% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 214 (83.98% from 255 or 46.83% from 457); Max value from RGB is 214 - color contains mainly: blue. Hex color #7182D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7182D6 is #8E7D29. Grayscale: #868686. Windows color (decimal): -9338154 or 14058097. OLE color: 14058097.
HSL color Cylindrical-coordinate representation of color #7182D6: hue angle of 229.9º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7182D6 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 130 | 214 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.16 |
| HSL | 229.9º | 0.55% | 0.64% | - |
| HSV(B) | 229.9º | 0.47% | 0.84% | - |
| XYZ | 26.93 | 24.33 | 66.9 | - |
| YUV | 134.49 | 172.87 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 214 | 0.47 | 0.39 | 0 | 0.16 | 229.9 | 0.55 | 0.64 |
| Hex | 71 | 82 | D6 | 2F | 27 | 0 | 10 | E6 | 37 | 40 |
| Octal | 161 | 202 | 326 | 57 | 47 | 0 | 20 | 346 | 67 | 100 |
| Binary | 1110001 | 10000010 | 11010110 | 101111 | 100111 | 0 | 10000 | 11100110 | 110111 | 1000000 |
Color Harmonies of #7182D6
Complementary color
Monochromatic Colors of #7182D6
Black with #7182D6
Text Example
Text Example
White with #7182D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7182D6; }
p { color: rgb(113,130,214); }
H1.HeaderClassName
{
color: #7182D6;
}
.AnyTagClassName
{
color: #7182D6;
}
</style>
background-color css
<style>
a { background-color: #7182D6; }
a { background-color: rgb(113,130,214); }
div.DivClassName
{
background-color: #7182D6;
}
.BgClassName
{
background-color: #7182D6;
}
</style>
border-color css
<style>
span { border-color: #7182D6; }
span { border-color: rgb(113,130,214); }
td.TdClassName
{
border-color: #7182D6;
}
.TagClassName
{
border-color: #7182D6;
}
</style>