Html Css Color HEX #7796BE Wild Blue Yonder

📋 copy color: '#7796BE'

red 119 ◦ green 150 ◦ blue 190

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

Shades of Wild Blue Yonder #7796BE

Tints of Wild Blue Yonder #7796BE

RGB

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

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

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

R = 25.93%
G = 32.68%
B = 41.39%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7796BE (or 0x7796BE) is known color: Wild Blue Yonder. HEX triplet: 77, 96 and BE. RGB value is (119,150,190). Sum of RGB (Red+Green+Blue) = 119+150+190=459 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.93% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #7796BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7796BE is #886941. Grayscale: #919191. Windows color (decimal): -8939842 or 12490359. OLE color: 12490359.

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

Color convert

RGB 119 150 190 -
CMYK 0.37 0.21 0 0.25
HSL 213.8º 0.35% 0.61% -
HSV(B) 213.8º 0.37% 0.75% -
XYZ 27.81 29.45 52.93 -
YUV 145.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 119 150 190 0.37 0.21 0 0.25 213.8 0.35 0.61
Hex 77 96 BE 25 15 0 19 D6 23 3D
Octal 167 226 276 45 25 0 31 326 43 75
Binary 1110111 10010110 10111110 100101 10101 0 11001 11010110 100011 111101

Color Harmonies of #7796BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7796BE

Black with #7796BE

Text Example


Text Example

White with #7796BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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