#7680BE

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

Shades of Wild Blue Yonder #7680BE

Tints of Wild Blue Yonder #7680BE

Color information

#7680BE (or 0x7680BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 76, 80 and BE. RGB value is (118,128,190). Sum of RGB (Red+Green+Blue) = 118+128+190=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #7680BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7680BE is #897F41. Grayscale: #838383. Windows color (decimal): -9011010 or 12484726. OLE color: 12484726.

HSL color Cylindrical-coordinate representation of color #7680BE: hue angle of 231.67º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7680BE is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118128190-
CMYK0.380.3300.25
HSL231.67º35.64%60.39%-
HSV(B)231.67º37.89%74.51%-
XYZ24.4823.0151.87-
YUV132.08160.69117.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.06%
GREEN value IS 128 (50.39% from 255) = 29.36%
BLUE value IS 190 (74.61% from 255) = 43.58%
R=27.06%
G=29.36%
B=43.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181281900.380.3300.25231.6735.6460.39
Hex7680BE2621019e8243c
Octal16620027646410313504474
Binary1110110100000001011111010011010000101100111101000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7680BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7680BE; }

 p { color: rgb(118,128,190); }

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

<style>
 a { background-color: #7680BE; }

 a { background-color: rgb(118,128,190); }

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

<style>
 span { border-color: #7680BE; }

 span { border-color: rgb(118,128,190); }

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