#7084BA

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

Shades of Wild Blue Yonder #7084BA

Tints of Wild Blue Yonder #7084BA

Color information

#7084BA (or 0x7084BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 84 and BA. RGB value is (112,132,186). Sum of RGB (Red+Green+Blue) = 112+132+186=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #7084BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7084BA is #8F7B45. Grayscale: #838383. Windows color (decimal): -9403206 or 12223600. OLE color: 12223600.

HSL color Cylindrical-coordinate representation of color #7084BA: hue angle of 223.78º 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 #7084BA is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB112132186-
CMYK0.400.2900.27
HSL223.78º34.91%58.43%-
HSV(B)223.78º39.78%72.94%-
XYZ23.823.4949.73-
YUV132.18158.37113.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.05%
GREEN value IS 132 (51.95% from 255) = 30.70%
BLUE value IS 186 (73.05% from 255) = 43.26%
R=26.05%
G=30.70%
B=43.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121321860.400.2900.27223.7834.9158.43
Hex7084BA281D01Be0233a
Octal16020427250350333404372
Binary111000010000100101110101010001110101101111100000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7084BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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