Html Css Color HEX #7680BA Wild Blue Yonder

📋 copy color: '#7680BA'

red 118 ◦ green 128 ◦ blue 186

#7680BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #7680BA

Tints of Wild Blue Yonder #7680BA

RGB

 RED value IS 118 (46.48% from 255) = 27.31%

 GREEN value IS 128 (50.39% from 255) = 29.63%

 BLUE value IS 186 (73.05% from 255) = 43.06%

R = 27.31%
G = 29.63%
B = 43.06%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7680BA (or 0x7680BA) is known color: Wild Blue Yonder. HEX triplet: 76, 80 and BA. RGB value is (118,128,186). Sum of RGB (Red+Green+Blue) = 118+128+186=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #7680BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7680BA is #897F45. Grayscale: #838383. Windows color (decimal): -9011014 or 12222582. OLE color: 12222582.

HSL color Cylindrical-coordinate representation of color #7680BA: hue angle of 231.18º 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 #7680BA is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 128 186 -
CMYK 0.37 0.31 0 0.27
HSL 231.18º 0.33% 0.6% -
HSV(B) 231.18º 0.37% 0.73% -
XYZ 24.05 22.84 49.59 -
YUV 131.62 158.69 118.28 -
System Red Green Blue C M Y K H S L
Decimal 118 128 186 0.37 0.31 0 0.27 231.18 0.33 0.6
Hex 76 80 BA 25 1F 0 1B E7 21 3C
Octal 166 200 272 45 37 0 33 347 41 74
Binary 1110110 10000000 10111010 100101 11111 0 11011 11100111 100001 111100

Color Harmonies of #7680BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7680BA

Black with #7680BA

Text Example


Text Example

White with #7680BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7680BA;
 }
 .AnyTagClassName
 {
   color: #7680BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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