Html Css Color HEX #7791DC Portage

📋 copy color: '#7791DC'

red 119 ◦ green 145 ◦ blue 220

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

Shades of Portage #7791DC

Tints of Portage #7791DC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.96%

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

R = 24.59%
G = 29.96%
B = 45.45%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7791DC (or 0x7791DC) is known color: Portage. HEX triplet: 77, 91 and DC. RGB value is (119,145,220). Sum of RGB (Red+Green+Blue) = 119+145+220=484 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.59% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #7791DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7791DC is #886E23. Grayscale: #919191. Windows color (decimal): -8941092 or 14455159. OLE color: 14455159.

HSL color Cylindrical-coordinate representation of color #7791DC: hue angle of 224.55º 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 #7791DC is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 145 220 -
CMYK 0.46 0.34 0 0.14
HSL 224.55º 0.59% 0.66% -
HSV(B) 224.55º 0.46% 0.86% -
XYZ 30.65 29.34 71.76 -
YUV 145.78 169.89 108.9 -
System Red Green Blue C M Y K H S L
Decimal 119 145 220 0.46 0.34 0 0.14 224.55 0.59 0.66
Hex 77 91 DC 2E 22 0 E E1 3B 42
Octal 167 221 334 56 42 0 16 341 73 102
Binary 1110111 10010001 11011100 101110 100010 0 1110 11100001 111011 1000010

Color Harmonies of #7791DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7791DC

Black with #7791DC

Text Example


Text Example

White with #7791DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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