Html Css Color HEX #7796DC Portage

📋 copy color: '#7796DC'

red 119 ◦ green 150 ◦ blue 220

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

Shades of Portage #7796DC

Tints of Portage #7796DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.99%

R = 24.34%
G = 30.67%
B = 44.99%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7796DC (or 0x7796DC) is known color: Portage. HEX triplet: 77, 96 and DC. RGB value is (119,150,220). Sum of RGB (Red+Green+Blue) = 119+150+220=489 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.34% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #7796DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7796DC is #886923. Grayscale: #949494. Windows color (decimal): -8939812 or 14456439. OLE color: 14456439.

HSL color Cylindrical-coordinate representation of color #7796DC: hue angle of 221.58º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7796DC is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 150 220 -
CMYK 0.46 0.32 0 0.14
HSL 221.58º 0.59% 0.66% -
HSV(B) 221.58º 0.46% 0.86% -
XYZ 31.43 30.9 72.02 -
YUV 148.71 168.23 106.81 -
System Red Green Blue C M Y K H S L
Decimal 119 150 220 0.46 0.32 0 0.14 221.58 0.59 0.66
Hex 77 96 DC 2E 20 0 E DE 3B 42
Octal 167 226 334 56 40 0 16 336 73 102
Binary 1110111 10010110 11011100 101110 100000 0 1110 11011110 111011 1000010

Color Harmonies of #7796DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7796DC

Black with #7796DC

Text Example


Text Example

White with #7796DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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