#7289BA

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

Shades of Wild Blue Yonder #7289BA

Tints of Wild Blue Yonder #7289BA

Color information

#7289BA (or 0x7289BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 89 and BA. RGB value is (114,137,186). Sum of RGB (Red+Green+Blue) = 114+137+186=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #7289BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7289BA is #8D7645. Grayscale: #878787. Windows color (decimal): -9270854 or 12224882. OLE color: 12224882.

HSL color Cylindrical-coordinate representation of color #7289BA: hue angle of 220.83º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7289BA is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB114137186-
CMYK0.390.2600.27
HSL220.83º34.29%58.82%-
HSV(B)220.83º38.71%72.94%-
XYZ24.7525.0149.98-
YUV135.71156.38112.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.09%
GREEN value IS 137 (53.91% from 255) = 31.35%
BLUE value IS 186 (73.05% from 255) = 42.56%
R=26.09%
G=31.35%
B=42.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141371860.390.2600.27220.8334.2958.82
Hex7289BA271A01Bdd223b
Octal16221127247320333354273
Binary111001010001001101110101001111101001101111011101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7289BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,137,186); }

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

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

 a { background-color: rgb(114,137,186); }

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

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

 span { border-color: rgb(114,137,186); }

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