#7796BE

Color #7796BE Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7796BE

Tints of Wild Blue Yonder #7796BE

Color information

#7796BE (or 0x7796BE) is unknown color: approx 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

RGB119150190-
CMYK0.370.2100.25
HSL213.8º35.32%60.59%-
HSV(B)213.8º37.37%74.51%-
XYZ27.8129.4552.93-
YUV145.29153.23109.25-

RGB Variations

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

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 (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191501900.370.2100.25213.835.3260.59
Hex7796BE2515019d6233d
Octal16722627645250313264375
Binary111011110010110101111101001011010101100111010110100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7796BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>