Shades of Wild Blue Yonder #7083BC
Tints of Wild Blue Yonder #7083BC
RGB
CMYK
RGB Variations
Color information
#7083BC (or 0x7083BC) is known color: Wild Blue Yonder. HEX triplet: 70, 83 and BC. RGB value is (112,131,188). Sum of RGB (Red+Green+Blue) = 112+131+188=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #7083BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7083BC is #8F7C43. Grayscale: #838383. Windows color (decimal): -9403460 or 12354416. OLE color: 12354416.
HSL color Cylindrical-coordinate representation of color #7083BC: hue angle of 225º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7083BC is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 131 | 188 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.26 |
| HSL | 225º | 0.36% | 0.59% | - |
| HSV(B) | 225º | 0.4% | 0.74% | - |
| XYZ | 23.88 | 23.31 | 50.82 | - |
| YUV | 131.82 | 159.71 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 131 | 188 | 0.40 | 0.30 | 0 | 0.26 | 225 | 0.36 | 0.59 |
| Hex | 70 | 83 | BC | 28 | 1E | 0 | 1A | E1 | 24 | 3B |
| Octal | 160 | 203 | 274 | 50 | 36 | 0 | 32 | 341 | 44 | 73 |
| Binary | 1110000 | 10000011 | 10111100 | 101000 | 11110 | 0 | 11010 | 11100001 | 100100 | 111011 |
Color Harmonies of #7083BC
Complementary color
Monochromatic Colors of #7083BC
Black with #7083BC
Text Example
Text Example
White with #7083BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7083BC; }
p { color: rgb(112,131,188); }
H1.HeaderClassName
{
color: #7083BC;
}
.AnyTagClassName
{
color: #7083BC;
}
</style>
background-color css
<style>
a { background-color: #7083BC; }
a { background-color: rgb(112,131,188); }
div.DivClassName
{
background-color: #7083BC;
}
.BgClassName
{
background-color: #7083BC;
}
</style>
border-color css
<style>
span { border-color: #7083BC; }
span { border-color: rgb(112,131,188); }
td.TdClassName
{
border-color: #7083BC;
}
.TagClassName
{
border-color: #7083BC;
}
</style>