Html Css Color HEX #7691B9 Wild Blue Yonder

📋 copy color: '#7691B9'

red 118 ◦ green 145 ◦ blue 185

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

Shades of Wild Blue Yonder #7691B9

Tints of Wild Blue Yonder #7691B9

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.37%

 BLUE value IS 185 (72.66% from 255) = 41.29%

R = 26.34%
G = 32.37%
B = 41.29%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7691B9 (or 0x7691B9) is known color: Wild Blue Yonder. HEX triplet: 76, 91 and B9. RGB value is (118,145,185). Sum of RGB (Red+Green+Blue) = 118+145+185=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 185 - color contains mainly: blue. Hex color #7691B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7691B9 is #896E46. Grayscale: #8D8D8D. Windows color (decimal): -9006663 or 12161398. OLE color: 12161398.

HSL color Cylindrical-coordinate representation of color #7691B9: hue angle of 215.82º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7691B9 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 145 185 -
CMYK 0.36 0.22 0 0.27
HSL 215.82º 0.32% 0.59% -
HSV(B) 215.82º 0.36% 0.73% -
XYZ 26.35 27.61 49.84 -
YUV 141.49 152.55 111.25 -
System Red Green Blue C M Y K H S L
Decimal 118 145 185 0.36 0.22 0 0.27 215.82 0.32 0.59
Hex 76 91 B9 24 16 0 1B D8 20 3B
Octal 166 221 271 44 26 0 33 330 40 73
Binary 1110110 10010001 10111001 100100 10110 0 11011 11011000 100000 111011

Color Harmonies of #7691B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7691B9

Black with #7691B9

Text Example


Text Example

White with #7691B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7691B9; }

 p { color: rgb(118,145,185); }

 H1.HeaderClassName
 {
   color: #7691B9;
 }
 .AnyTagClassName
 {
   color: #7691B9;
 }
</style>

background-color css

<style>
 a { background-color: #7691B9; }

 a { background-color: rgb(118,145,185); }

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

border-color css

<style>
 span { border-color: #7691B9; }

 span { border-color: rgb(118,145,185); }

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