Html Css Color HEX #7796DE Portage

📋 copy color: '#7796DE'

red 119 ◦ green 150 ◦ blue 222

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

Shades of Portage #7796DE

Tints of Portage #7796DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.21%

R = 24.24%
G = 30.55%
B = 45.21%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7796DE (or 0x7796DE) is known color: Portage. HEX triplet: 77, 96 and DE. RGB value is (119,150,222). Sum of RGB (Red+Green+Blue) = 119+150+222=491 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.24% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #7796DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7796DE is #886921. Grayscale: #949494. Windows color (decimal): -8939810 or 14587511. OLE color: 14587511.

HSL color Cylindrical-coordinate representation of color #7796DE: hue angle of 221.94º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7796DE is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 150 222 -
CMYK 0.46 0.32 0 0.13
HSL 221.94º 0.61% 0.67% -
HSV(B) 221.94º 0.46% 0.87% -
XYZ 31.7 31.01 73.42 -
YUV 148.94 169.23 106.65 -
System Red Green Blue C M Y K H S L
Decimal 119 150 222 0.46 0.32 0 0.13 221.94 0.61 0.67
Hex 77 96 DE 2E 20 0 D DE 3D 43
Octal 167 226 336 56 40 0 15 336 75 103
Binary 1110111 10010110 11011110 101110 100000 0 1101 11011110 111101 1000011

Color Harmonies of #7796DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7796DE

Black with #7796DE

Text Example


Text Example

White with #7796DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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