Html Css Color HEX #7691BE Wild Blue Yonder

📋 copy color: '#7691BE'

red 118 ◦ green 145 ◦ blue 190

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

Shades of Wild Blue Yonder #7691BE

Tints of Wild Blue Yonder #7691BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.94%

R = 26.05%
G = 32.01%
B = 41.94%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7691BE (or 0x7691BE) is known color: Wild Blue Yonder. HEX triplet: 76, 91 and BE. RGB value is (118,145,190). Sum of RGB (Red+Green+Blue) = 118+145+190=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #7691BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7691BE is #896E41. Grayscale: #8D8D8D. Windows color (decimal): -9006658 or 12489078. OLE color: 12489078.

HSL color Cylindrical-coordinate representation of color #7691BE: hue angle of 217.5º 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 #7691BE is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 145 190 -
CMYK 0.38 0.24 0 0.25
HSL 217.5º 0.36% 0.6% -
HSV(B) 217.5º 0.38% 0.75% -
XYZ 26.89 27.82 52.67 -
YUV 142.06 155.05 110.84 -
System Red Green Blue C M Y K H S L
Decimal 118 145 190 0.38 0.24 0 0.25 217.5 0.36 0.6
Hex 76 91 BE 26 18 0 19 DA 24 3C
Octal 166 221 276 46 30 0 31 332 44 74
Binary 1110110 10010001 10111110 100110 11000 0 11001 11011010 100100 111100

Color Harmonies of #7691BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7691BE

Black with #7691BE

Text Example


Text Example

White with #7691BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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