Html Css Color HEX #7792DB Portage

📋 copy color: '#7792DB'

red 119 ◦ green 146 ◦ blue 219

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

Shades of Portage #7792DB

Tints of Portage #7792DB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.17%

 BLUE value IS 219 (85.94% from 255) = 45.25%

R = 24.59%
G = 30.17%
B = 45.25%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7792DB (or 0x7792DB) is known color: Portage. HEX triplet: 77, 92 and DB. RGB value is (119,146,219). Sum of RGB (Red+Green+Blue) = 119+146+219=484 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.59% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #7792DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7792DB is #886D24. Grayscale: #919191. Windows color (decimal): -8940837 or 14389879. OLE color: 14389879.

HSL color Cylindrical-coordinate representation of color #7792DB: hue angle of 223.8º degrees, saturation: 0.58, 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 #7792DB is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 146 219 -
CMYK 0.46 0.33 0 0.14
HSL 223.8º 0.58% 0.66% -
HSV(B) 223.8º 0.46% 0.86% -
XYZ 30.67 29.59 71.11 -
YUV 146.25 169.05 108.56 -
System Red Green Blue C M Y K H S L
Decimal 119 146 219 0.46 0.33 0 0.14 223.8 0.58 0.66
Hex 77 92 DB 2E 21 0 E E0 3A 42
Octal 167 222 333 56 41 0 16 340 72 102
Binary 1110111 10010010 11011011 101110 100001 0 1110 11100000 111010 1000010

Color Harmonies of #7792DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7792DB

Black with #7792DB

Text Example


Text Example

White with #7792DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7792DB; }

 p { color: rgb(119,146,219); }

 H1.HeaderClassName
 {
   color: #7792DB;
 }
 .AnyTagClassName
 {
   color: #7792DB;
 }
</style>

background-color css

<style>
 a { background-color: #7792DB; }

 a { background-color: rgb(119,146,219); }

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

border-color css

<style>
 span { border-color: #7792DB; }

 span { border-color: rgb(119,146,219); }

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