Html Css Color HEX #7E91DB Portage

📋 copy color: '#7E91DB'

red 126 ◦ green 145 ◦ blue 219

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

Shades of Portage #7E91DB

Tints of Portage #7E91DB

RGB

 RED value IS 126 (49.61% from 255) = 25.71%

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

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

R = 25.71%
G = 29.59%
B = 44.69%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7E91DB (or 0x7E91DB) is known color: Portage. HEX triplet: 7E, 91 and DB. RGB value is (126,145,219). Sum of RGB (Red+Green+Blue) = 126+145+219=490 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.71% from 490); Green value is 145 (57.03% from 255 or 29.59% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E91DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E91DB is #816E24. Grayscale: #939393. Windows color (decimal): -8482341 or 14389630. OLE color: 14389630.

HSL color Cylindrical-coordinate representation of color #7E91DB: hue angle of 227.74º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E91DB is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 145 219 -
CMYK 0.42 0.34 0 0.14
HSL 227.74º 0.56% 0.68% -
HSV(B) 227.74º 0.42% 0.86% -
XYZ 31.52 29.8 71.11 -
YUV 147.76 168.21 112.48 -
System Red Green Blue C M Y K H S L
Decimal 126 145 219 0.42 0.34 0 0.14 227.74 0.56 0.68
Hex 7E 91 DB 2A 22 0 E E4 38 44
Octal 176 221 333 52 42 0 16 344 70 104
Binary 1111110 10010001 11011011 101010 100010 0 1110 11100100 111000 1000100

Color Harmonies of #7E91DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E91DB

Black with #7E91DB

Text Example


Text Example

White with #7E91DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E91DB; }

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

 H1.HeaderClassName
 {
   color: #7E91DB;
 }
 .AnyTagClassName
 {
   color: #7E91DB;
 }
</style>

background-color css

<style>
 a { background-color: #7E91DB; }

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

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

border-color css

<style>
 span { border-color: #7E91DB; }

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

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