Shades of Wild Blue Yonder #7486D2
Tints of Wild Blue Yonder #7486D2
RGB
CMYK
RGB Variations
Color information
#7486D2 (or 0x7486D2) is known color: Wild Blue Yonder. HEX triplet: 74, 86 and D2. RGB value is (116,134,210). Sum of RGB (Red+Green+Blue) = 116+134+210=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 134 (52.73% from 255 or 29.13% from 460); Blue value is 210 (82.42% from 255 or 45.65% from 460); Max value from RGB is 210 - color contains mainly: blue. Hex color #7486D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7486D2 is #8B792D. Grayscale: #888888. Windows color (decimal): -9140526 or 13796980. OLE color: 13796980.
HSL color Cylindrical-coordinate representation of color #7486D2: hue angle of 228.51º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7486D2 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 134 | 210 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.18 |
| HSL | 228.51º | 0.51% | 0.64% | - |
| HSV(B) | 228.51º | 0.45% | 0.82% | - |
| XYZ | 27.36 | 25.42 | 64.44 | - |
| YUV | 137.28 | 169.04 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 134 | 210 | 0.45 | 0.36 | 0 | 0.18 | 228.51 | 0.51 | 0.64 |
| Hex | 74 | 86 | D2 | 2D | 24 | 0 | 12 | E5 | 33 | 40 |
| Octal | 164 | 206 | 322 | 55 | 44 | 0 | 22 | 345 | 63 | 100 |
| Binary | 1110100 | 10000110 | 11010010 | 101101 | 100100 | 0 | 10010 | 11100101 | 110011 | 1000000 |
Color Harmonies of #7486D2
Complementary color
Monochromatic Colors of #7486D2
Black with #7486D2
Text Example
Text Example
White with #7486D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7486D2; }
p { color: rgb(116,134,210); }
H1.HeaderClassName
{
color: #7486D2;
}
.AnyTagClassName
{
color: #7486D2;
}
</style>
background-color css
<style>
a { background-color: #7486D2; }
a { background-color: rgb(116,134,210); }
div.DivClassName
{
background-color: #7486D2;
}
.BgClassName
{
background-color: #7486D2;
}
</style>
border-color css
<style>
span { border-color: #7486D2; }
span { border-color: rgb(116,134,210); }
td.TdClassName
{
border-color: #7486D2;
}
.TagClassName
{
border-color: #7486D2;
}
</style>