#7082BE

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

Shades of Wild Blue Yonder #7082BE

Tints of Wild Blue Yonder #7082BE

Color information

#7082BE (or 0x7082BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 82 and BE. RGB value is (112,130,190). Sum of RGB (Red+Green+Blue) = 112+130+190=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #7082BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7082BE is #8F7D41. Grayscale: #838383. Windows color (decimal): -9403714 or 12485232. OLE color: 12485232.

HSL color Cylindrical-coordinate representation of color #7082BE: hue angle of 226.15º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7082BE is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB112130190-
CMYK0.410.3200.25
HSL226.15º37.5%59.22%-
HSV(B)226.15º41.05%74.51%-
XYZ23.9623.1351.92-
YUV131.46161.04114.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.93%
GREEN value IS 130 (51.17% from 255) = 30.09%
BLUE value IS 190 (74.61% from 255) = 43.98%
R=25.93%
G=30.09%
B=43.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121301900.410.3200.25226.1537.559.22
Hex7082BE2920019e2263b
Octal16020227651400313424673
Binary1110000100000101011111010100110000001100111100010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7082BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7082BE; }

 p { color: rgb(112,130,190); }

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

<style>
 a { background-color: #7082BE; }

 a { background-color: rgb(112,130,190); }

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

<style>
 span { border-color: #7082BE; }

 span { border-color: rgb(112,130,190); }

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