Html Css Color HEX #7680BB Wild Blue Yonder

📋 copy color: '#7680BB'

red 118 ◦ green 128 ◦ blue 187

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

Shades of Wild Blue Yonder #7680BB

Tints of Wild Blue Yonder #7680BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.19%

R = 27.25%
G = 29.56%
B = 43.19%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7680BB (or 0x7680BB) is known color: Wild Blue Yonder. HEX triplet: 76, 80 and BB. RGB value is (118,128,187). Sum of RGB (Red+Green+Blue) = 118+128+187=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #7680BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7680BB is #897F44. Grayscale: #838383. Windows color (decimal): -9011013 or 12288118. OLE color: 12288118.

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

Color convert

RGB 118 128 187 -
CMYK 0.37 0.32 0 0.27
HSL 231.3º 0.34% 0.6% -
HSV(B) 231.3º 0.37% 0.73% -
XYZ 24.16 22.88 50.16 -
YUV 131.74 159.19 118.2 -
System Red Green Blue C M Y K H S L
Decimal 118 128 187 0.37 0.32 0 0.27 231.3 0.34 0.6
Hex 76 80 BB 25 20 0 1B E7 22 3C
Octal 166 200 273 45 40 0 33 347 42 74
Binary 1110110 10000000 10111011 100101 100000 0 11011 11100111 100010 111100

Color Harmonies of #7680BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7680BB

Black with #7680BB

Text Example


Text Example

White with #7680BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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