#7389BD

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

Shades of Wild Blue Yonder #7389BD

Tints of Wild Blue Yonder #7389BD

Color information

#7389BD (or 0x7389BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 89 and BD. RGB value is (115,137,189). Sum of RGB (Red+Green+Blue) = 115+137+189=441 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.08% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #7389BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7389BD is #8C7642. Grayscale: #888888. Windows color (decimal): -9205315 or 12421491. OLE color: 12421491.

HSL color Cylindrical-coordinate representation of color #7389BD: hue angle of 222.16º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7389BD is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB115137189-
CMYK0.390.2800.26
HSL222.16º35.92%59.61%-
HSV(B)222.16º39.15%74.12%-
XYZ25.225.2151.68-
YUV136.35157.71112.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.08%
GREEN value IS 137 (53.91% from 255) = 31.07%
BLUE value IS 189 (74.22% from 255) = 42.86%
R=26.08%
G=31.07%
B=42.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1151371890.390.2800.26222.1635.9259.61
Hex7389BD271C01Ade243c
Octal16321127547340323364474
Binary111001110001001101111011001111110001101011011110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7389BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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