Html Css Color HEX #7697BA Wild Blue Yonder

📋 copy color: '#7697BA'

red 118 ◦ green 151 ◦ blue 186

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

Shades of Wild Blue Yonder #7697BA

Tints of Wild Blue Yonder #7697BA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.19%

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

R = 25.93%
G = 33.19%
B = 40.88%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7697BA (or 0x7697BA) is known color: Wild Blue Yonder. HEX triplet: 76, 97 and BA. RGB value is (118,151,186). Sum of RGB (Red+Green+Blue) = 118+151+186=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #7697BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7697BA is #896845. Grayscale: #909090. Windows color (decimal): -9005126 or 12228470. OLE color: 12228470.

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

Color convert

RGB 118 151 186 -
CMYK 0.37 0.19 0 0.27
HSL 210.88º 0.33% 0.6% -
HSV(B) 210.88º 0.37% 0.73% -
XYZ 27.4 29.53 50.71 -
YUV 145.12 151.07 108.65 -
System Red Green Blue C M Y K H S L
Decimal 118 151 186 0.37 0.19 0 0.27 210.88 0.33 0.6
Hex 76 97 BA 25 13 0 1B D3 21 3C
Octal 166 227 272 45 23 0 33 323 41 74
Binary 1110110 10010111 10111010 100101 10011 0 11011 11010011 100001 111100

Color Harmonies of #7697BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7697BA

Black with #7697BA

Text Example


Text Example

White with #7697BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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