Html Css Color HEX #7796BC Wild Blue Yonder

📋 copy color: '#7796BC'

red 119 ◦ green 150 ◦ blue 188

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

Shades of Wild Blue Yonder #7796BC

Tints of Wild Blue Yonder #7796BC

RGB

 RED value IS 119 (46.88% from 255) = 26.04%

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

 BLUE value IS 188 (73.83% from 255) = 41.14%

R = 26.04%
G = 32.82%
B = 41.14%

CMYK

 C value IS 0.37

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7796BC (or 0x7796BC) is known color: Wild Blue Yonder. HEX triplet: 77, 96 and BC. RGB value is (119,150,188). Sum of RGB (Red+Green+Blue) = 119+150+188=457 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.04% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #7796BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7796BC is #886943. Grayscale: #909090. Windows color (decimal): -8939844 or 12359287. OLE color: 12359287.

HSL color Cylindrical-coordinate representation of color #7796BC: hue angle of 213.04º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7796BC is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 150 188 -
CMYK 0.37 0.20 0 0.26
HSL 213.04º 0.34% 0.6% -
HSV(B) 213.04º 0.37% 0.74% -
XYZ 27.59 29.37 51.79 -
YUV 145.06 152.23 109.41 -
System Red Green Blue C M Y K H S L
Decimal 119 150 188 0.37 0.20 0 0.26 213.04 0.34 0.6
Hex 77 96 BC 25 14 0 1A D5 22 3C
Octal 167 226 274 45 24 0 32 325 42 74
Binary 1110111 10010110 10111100 100101 10100 0 11010 11010101 100010 111100

Color Harmonies of #7796BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7796BC

Black with #7796BC

Text Example


Text Example

White with #7796BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7796BC; }

 p { color: rgb(119,150,188); }

 H1.HeaderClassName
 {
   color: #7796BC;
 }
 .AnyTagClassName
 {
   color: #7796BC;
 }
</style>

background-color css

<style>
 a { background-color: #7796BC; }

 a { background-color: rgb(119,150,188); }

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

border-color css

<style>
 span { border-color: #7796BC; }

 span { border-color: rgb(119,150,188); }

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