Html Css Color HEX #7E94DB Portage

📋 copy color: '#7E94DB'

red 126 ◦ green 148 ◦ blue 219

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

Shades of Portage #7E94DB

Tints of Portage #7E94DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.02%

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

R = 25.56%
G = 30.02%
B = 44.42%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7E94DB (or 0x7E94DB) is known color: Portage. HEX triplet: 7E, 94 and DB. RGB value is (126,148,219). Sum of RGB (Red+Green+Blue) = 126+148+219=493 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.56% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E94DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E94DB is #816B24. Grayscale: #959595. Windows color (decimal): -8481573 or 14390398. OLE color: 14390398.

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

Color convert

RGB 126 148 219 -
CMYK 0.42 0.32 0 0.14
HSL 225.81º 0.56% 0.68% -
HSV(B) 225.81º 0.42% 0.86% -
XYZ 31.98 30.73 71.26 -
YUV 149.52 167.21 111.23 -
System Red Green Blue C M Y K H S L
Decimal 126 148 219 0.42 0.32 0 0.14 225.81 0.56 0.68
Hex 7E 94 DB 2A 20 0 E E2 38 44
Octal 176 224 333 52 40 0 16 342 70 104
Binary 1111110 10010100 11011011 101010 100000 0 1110 11100010 111000 1000100

Color Harmonies of #7E94DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E94DB

Black with #7E94DB

Text Example


Text Example

White with #7E94DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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