Html Css Color HEX #7E8DDB Portage

📋 copy color: '#7E8DDB'

red 126 ◦ green 141 ◦ blue 219

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

Shades of Portage #7E8DDB

Tints of Portage #7E8DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.01%

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

R = 25.93%
G = 29.01%
B = 45.06%

CMYK

 C value IS 0.42

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7E8DDB (or 0x7E8DDB) is known color: Portage. HEX triplet: 7E, 8D and DB. RGB value is (126,141,219). Sum of RGB (Red+Green+Blue) = 126+141+219=486 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.93% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E8DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8DDB is #817224. Grayscale: #919191. Windows color (decimal): -8483365 or 14388606. OLE color: 14388606.

HSL color Cylindrical-coordinate representation of color #7E8DDB: hue angle of 230.32º 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 #7E8DDB is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 141 219 -
CMYK 0.42 0.36 0 0.14
HSL 230.32º 0.56% 0.68% -
HSV(B) 230.32º 0.42% 0.86% -
XYZ 30.92 28.6 70.91 -
YUV 145.41 169.53 114.16 -
System Red Green Blue C M Y K H S L
Decimal 126 141 219 0.42 0.36 0 0.14 230.32 0.56 0.68
Hex 7E 8D DB 2A 24 0 E E6 38 44
Octal 176 215 333 52 44 0 16 346 70 104
Binary 1111110 10001101 11011011 101010 100100 0 1110 11100110 111000 1000100

Color Harmonies of #7E8DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8DDB

Black with #7E8DDB

Text Example


Text Example

White with #7E8DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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