Html Css Color HEX #7790D7 Portage

📋 copy color: '#7790D7'

red 119 ◦ green 144 ◦ blue 215

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

Shades of Portage #7790D7

Tints of Portage #7790D7

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.13%

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

R = 24.9%
G = 30.13%
B = 44.98%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7790D7 (or 0x7790D7) is known color: Portage. HEX triplet: 77, 90 and D7. RGB value is (119,144,215). Sum of RGB (Red+Green+Blue) = 119+144+215=478 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.90% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 215 (84.38% from 255 or 44.98% from 478); Max value from RGB is 215 - color contains mainly: blue. Hex color #7790D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7790D7 is #886F28. Grayscale: #909090. Windows color (decimal): -8941353 or 14127223. OLE color: 14127223.

HSL color Cylindrical-coordinate representation of color #7790D7: hue angle of 224.38º 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 #7790D7 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 119 144 215 -
CMYK 0.45 0.33 0 0.16
HSL 224.38º 0.55% 0.65% -
HSV(B) 224.38º 0.45% 0.84% -
XYZ 29.85 28.77 68.27 -
YUV 144.62 167.72 109.73 -
System Red Green Blue C M Y K H S L
Decimal 119 144 215 0.45 0.33 0 0.16 224.38 0.55 0.65
Hex 77 90 D7 2D 21 0 10 E0 37 41
Octal 167 220 327 55 41 0 20 340 67 101
Binary 1110111 10010000 11010111 101101 100001 0 10000 11100000 110111 1000001

Color Harmonies of #7790D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7790D7

Black with #7790D7

Text Example


Text Example

White with #7790D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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