#7689BA

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

Shades of Wild Blue Yonder #7689BA

Tints of Wild Blue Yonder #7689BA

Color information

#7689BA (or 0x7689BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 89 and BA. RGB value is (118,137,186). Sum of RGB (Red+Green+Blue) = 118+137+186=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #7689BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7689BA is #897645. Grayscale: #888888. Windows color (decimal): -9008710 or 12224886. OLE color: 12224886.

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

Color convert

RGB118137186-
CMYK0.370.2600.27
HSL223.24º33.01%59.61%-
HSV(B)223.24º36.56%72.94%-
XYZ25.2825.2950-
YUV136.9155.71114.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.76%
GREEN value IS 137 (53.91% from 255) = 31.07%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=26.76%
G=31.07%
B=42.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181371860.370.2600.27223.2433.0159.61
Hex7689BA251A01Bdf213c
Octal16621127245320333374174
Binary111011010001001101110101001011101001101111011111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7689BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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