Html Css Color HEX #7696BF Wild Blue Yonder

📋 copy color: '#7696BF'

red 118 ◦ green 150 ◦ blue 191

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

Shades of Wild Blue Yonder #7696BF

Tints of Wild Blue Yonder #7696BF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.68%

 BLUE value IS 191 (75% from 255) = 41.61%

R = 25.71%
G = 32.68%
B = 41.61%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7696BF (or 0x7696BF) is known color: Wild Blue Yonder. HEX triplet: 76, 96 and BF. RGB value is (118,150,191). Sum of RGB (Red+Green+Blue) = 118+150+191=459 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.71% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 191 - color contains mainly: blue. Hex color #7696BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7696BF is #896940. Grayscale: #909090. Windows color (decimal): -9005377 or 12555894. OLE color: 12555894.

HSL color Cylindrical-coordinate representation of color #7696BF: hue angle of 213.7º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7696BF is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 150 191 -
CMYK 0.38 0.21 0 0.25
HSL 213.7º 0.36% 0.61% -
HSV(B) 213.7º 0.38% 0.75% -
XYZ 27.78 29.43 53.51 -
YUV 145.11 153.9 108.67 -
System Red Green Blue C M Y K H S L
Decimal 118 150 191 0.38 0.21 0 0.25 213.7 0.36 0.61
Hex 76 96 BF 26 15 0 19 D6 24 3D
Octal 166 226 277 46 25 0 31 326 44 75
Binary 1110110 10010110 10111111 100110 10101 0 11001 11010110 100100 111101

Color Harmonies of #7696BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7696BF

Black with #7696BF

Text Example


Text Example

White with #7696BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7696BF; }

 p { color: rgb(118,150,191); }

 H1.HeaderClassName
 {
   color: #7696BF;
 }
 .AnyTagClassName
 {
   color: #7696BF;
 }
</style>

background-color css

<style>
 a { background-color: #7696BF; }

 a { background-color: rgb(118,150,191); }

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

border-color css

<style>
 span { border-color: #7696BF; }

 span { border-color: rgb(118,150,191); }

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