Html Css Color HEX #7991DB Portage

📋 copy color: '#7991DB'

red 121 ◦ green 145 ◦ blue 219

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

Shades of Portage #7991DB

Tints of Portage #7991DB

RGB

 RED value IS 121 (47.66% from 255) = 24.95%

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

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

R = 24.95%
G = 29.9%
B = 45.15%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7991DB (or 0x7991DB) is known color: Portage. HEX triplet: 79, 91 and DB. RGB value is (121,145,219). Sum of RGB (Red+Green+Blue) = 121+145+219=485 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.95% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #7991DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7991DB is #866E24. Grayscale: #919191. Windows color (decimal): -8810021 or 14389625. OLE color: 14389625.

HSL color Cylindrical-coordinate representation of color #7991DB: hue angle of 225.31º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7991DB is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 145 219 -
CMYK 0.45 0.34 0 0.14
HSL 225.31º 0.58% 0.67% -
HSV(B) 225.31º 0.45% 0.86% -
XYZ 30.8 29.43 71.08 -
YUV 146.26 169.05 109.98 -
System Red Green Blue C M Y K H S L
Decimal 121 145 219 0.45 0.34 0 0.14 225.31 0.58 0.67
Hex 79 91 DB 2D 22 0 E E1 3A 43
Octal 171 221 333 55 42 0 16 341 72 103
Binary 1111001 10010001 11011011 101101 100010 0 1110 11100001 111010 1000011

Color Harmonies of #7991DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7991DB

Black with #7991DB

Text Example


Text Example

White with #7991DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,145,219); }

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

background-color css

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

 a { background-color: rgb(121,145,219); }

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

border-color css

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

 span { border-color: rgb(121,145,219); }

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