Shades of Wild Blue Yonder #7083CE
Tints of Wild Blue Yonder #7083CE
RGB
CMYK
RGB Variations
Color information
#7083CE (or 0x7083CE) is known color: Wild Blue Yonder. HEX triplet: 70, 83 and CE. RGB value is (112,131,206). Sum of RGB (Red+Green+Blue) = 112+131+206=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #7083CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7083CE is #8F7C31. Grayscale: #858585. Windows color (decimal): -9403442 or 13534064. OLE color: 13534064.
HSL color Cylindrical-coordinate representation of color #7083CE: hue angle of 227.87º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7083CE is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 131 | 206 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.19 |
| HSL | 227.87º | 0.49% | 0.62% | - |
| HSV(B) | 227.87º | 0.46% | 0.81% | - |
| XYZ | 25.94 | 24.13 | 61.68 | - |
| YUV | 133.87 | 168.71 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 131 | 206 | 0.46 | 0.36 | 0 | 0.19 | 227.87 | 0.49 | 0.62 |
| Hex | 70 | 83 | CE | 2E | 24 | 0 | 13 | E4 | 31 | 3E |
| Octal | 160 | 203 | 316 | 56 | 44 | 0 | 23 | 344 | 61 | 76 |
| Binary | 1110000 | 10000011 | 11001110 | 101110 | 100100 | 0 | 10011 | 11100100 | 110001 | 111110 |
Color Harmonies of #7083CE
Complementary color
Monochromatic Colors of #7083CE
Black with #7083CE
Text Example
Text Example
White with #7083CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7083CE; }
p { color: rgb(112,131,206); }
H1.HeaderClassName
{
color: #7083CE;
}
.AnyTagClassName
{
color: #7083CE;
}
</style>
background-color css
<style>
a { background-color: #7083CE; }
a { background-color: rgb(112,131,206); }
div.DivClassName
{
background-color: #7083CE;
}
.BgClassName
{
background-color: #7083CE;
}
</style>
border-color css
<style>
span { border-color: #7083CE; }
span { border-color: rgb(112,131,206); }
td.TdClassName
{
border-color: #7083CE;
}
.TagClassName
{
border-color: #7083CE;
}
</style>