#7689BC

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

Shades of Wild Blue Yonder #7689BC

Tints of Wild Blue Yonder #7689BC

Color information

#7689BC (or 0x7689BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 89 and BC. RGB value is (118,137,188). Sum of RGB (Red+Green+Blue) = 118+137+188=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #7689BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7689BC is #897643. Grayscale: #888888. Windows color (decimal): -9008708 or 12355958. OLE color: 12355958.

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

Color convert

RGB118137188-
CMYK0.370.2700.26
HSL223.71º34.31%60%-
HSV(B)223.71º37.23%73.73%-
XYZ25.4925.3751.13-
YUV137.13156.71114.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.64%
GREEN value IS 137 (53.91% from 255) = 30.93%
BLUE value IS 188 (73.83% from 255) = 42.44%
R=26.64%
G=30.93%
B=42.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1181371880.370.2700.26223.7134.3160
Hex7689BC251B01Ae0223c
Octal16621127445330323404274
Binary111011010001001101111001001011101101101011100000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7689BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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