Html Css Color HEX #7796D5 Portage

📋 copy color: '#7796D5'

red 119 ◦ green 150 ◦ blue 213

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

Shades of Portage #7796D5

Tints of Portage #7796D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.19%

R = 24.69%
G = 31.12%
B = 44.19%

CMYK

 C value IS 0.44

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7796D5 (or 0x7796D5) is known color: Portage. HEX triplet: 77, 96 and D5. RGB value is (119,150,213). Sum of RGB (Red+Green+Blue) = 119+150+213=482 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.69% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 213 - color contains mainly: blue. Hex color #7796D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7796D5 is #88692A. Grayscale: #939393. Windows color (decimal): -8939819 or 13997687. OLE color: 13997687.

HSL color Cylindrical-coordinate representation of color #7796D5: hue angle of 220.21º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7796D5 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 119 150 213 -
CMYK 0.44 0.30 0 0.16
HSL 220.21º 0.53% 0.65% -
HSV(B) 220.21º 0.44% 0.84% -
XYZ 30.52 30.54 67.24 -
YUV 147.91 164.73 107.38 -
System Red Green Blue C M Y K H S L
Decimal 119 150 213 0.44 0.30 0 0.16 220.21 0.53 0.65
Hex 77 96 D5 2C 1E 0 10 DC 35 41
Octal 167 226 325 54 36 0 20 334 65 101
Binary 1110111 10010110 11010101 101100 11110 0 10000 11011100 110101 1000001

Color Harmonies of #7796D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7796D5

Black with #7796D5

Text Example


Text Example

White with #7796D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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