#7389BA

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

Shades of Wild Blue Yonder #7389BA

Tints of Wild Blue Yonder #7389BA

Color information

#7389BA (or 0x7389BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 89 and BA. RGB value is (115,137,186). Sum of RGB (Red+Green+Blue) = 115+137+186=438 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.26% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #7389BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7389BA is #8C7645. Grayscale: #878787. Windows color (decimal): -9205318 or 12224883. OLE color: 12224883.

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

Color convert

RGB115137186-
CMYK0.380.2600.27
HSL221.41º33.97%59.02%-
HSV(B)221.41º38.17%72.94%-
XYZ24.8825.0849.98-
YUV136.01156.21113.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.26%
GREEN value IS 137 (53.91% from 255) = 31.28%
BLUE value IS 186 (73.05% from 255) = 42.47%
R=26.26%
G=31.28%
B=42.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151371860.380.2600.27221.4133.9759.02
Hex7389BA261A01Bdd223b
Octal16321127246320333354273
Binary111001110001001101110101001101101001101111011101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7389BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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