#7083BA

Color #7083BA Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7083BA

Tints of Wild Blue Yonder #7083BA

Color information

#7083BA (or 0x7083BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 83 and BA. RGB value is (112,131,186). Sum of RGB (Red+Green+Blue) = 112+131+186=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #7083BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7083BA is #8F7C45. Grayscale: #838383. Windows color (decimal): -9403462 or 12223344. OLE color: 12223344.

HSL color Cylindrical-coordinate representation of color #7083BA: hue angle of 224.59º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7083BA is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB112131186-
CMYK0.400.3000.27
HSL224.59º34.91%58.43%-
HSV(B)224.59º39.78%72.94%-
XYZ23.6623.2249.69-
YUV131.59158.71114.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 26.11%
GREEN value IS 131 (51.56% from 255) = 30.54%
BLUE value IS 186 (73.05% from 255) = 43.36%
R=26.11%
G=30.54%
B=43.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121311860.400.3000.27224.5934.9158.43
Hex7083BA281E01Be1233a
Octal16020327250360333414372
Binary111000010000011101110101010001111001101111100001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7083BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7083BA; }

 p { color: rgb(112,131,186); }

 H1.HeaderClassName
 {
   color: #7083BA;
 }
 .AnyTagClassName
 {
   color: #7083BA;
 }
</style>
background-color css

<style>
 a { background-color: #7083BA; }

 a { background-color: rgb(112,131,186); }

 div.DivClassName
 {
   background-color: #7083BA;
 }
 .BgClassName
 {
   background-color: #7083BA;
 }
</style>
border-color css

<style>
 span { border-color: #7083BA; }

 span { border-color: rgb(112,131,186); }

 td.TdClassName
 {
   border-color: #7083BA;
 }
 .TagClassName
 {
   border-color: #7083BA;
 }
</style>