Html Css Color HEX #7796D7 Portage

📋 copy color: '#7796D7'

red 119 ◦ green 150 ◦ blue 215

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

Shades of Portage #7796D7

Tints of Portage #7796D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.42%

R = 24.59%
G = 30.99%
B = 44.42%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7796D7 (or 0x7796D7) is known color: Portage. HEX triplet: 77, 96 and D7. RGB value is (119,150,215). Sum of RGB (Red+Green+Blue) = 119+150+215=484 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.59% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 215 (84.38% from 255 or 44.42% from 484); Max value from RGB is 215 - color contains mainly: blue. Hex color #7796D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7796D7 is #886928. Grayscale: #939393. Windows color (decimal): -8939817 or 14128759. OLE color: 14128759.

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

Color convert

RGB 119 150 215 -
CMYK 0.45 0.30 0 0.16
HSL 220.63º 0.55% 0.65% -
HSV(B) 220.63º 0.45% 0.84% -
XYZ 30.78 30.64 68.58 -
YUV 148.14 165.73 107.21 -
System Red Green Blue C M Y K H S L
Decimal 119 150 215 0.45 0.30 0 0.16 220.63 0.55 0.65
Hex 77 96 D7 2D 1E 0 10 DD 37 41
Octal 167 226 327 55 36 0 20 335 67 101
Binary 1110111 10010110 11010111 101101 11110 0 10000 11011101 110111 1000001

Color Harmonies of #7796D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7796D7

Black with #7796D7

Text Example


Text Example

White with #7796D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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