Html Css Color HEX #7E89DB Portage

📋 copy color: '#7E89DB'

red 126 ◦ green 137 ◦ blue 219

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

Shades of Portage #7E89DB

Tints of Portage #7E89DB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.42%

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

R = 26.14%
G = 28.42%
B = 45.44%

CMYK

 C value IS 0.42

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7E89DB (or 0x7E89DB) is known color: Portage. HEX triplet: 7E, 89 and DB. RGB value is (126,137,219). Sum of RGB (Red+Green+Blue) = 126+137+219=482 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.14% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E89DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E89DB is #817624. Grayscale: #8E8E8E. Windows color (decimal): -8484389 or 14387582. OLE color: 14387582.

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

Color convert

RGB 126 137 219 -
CMYK 0.42 0.37 0 0.14
HSL 232.9º 0.56% 0.68% -
HSV(B) 232.9º 0.42% 0.86% -
XYZ 30.34 27.44 70.72 -
YUV 143.06 170.86 115.83 -
System Red Green Blue C M Y K H S L
Decimal 126 137 219 0.42 0.37 0 0.14 232.9 0.56 0.68
Hex 7E 89 DB 2A 25 0 E E9 38 44
Octal 176 211 333 52 45 0 16 351 70 104
Binary 1111110 10001001 11011011 101010 100101 0 1110 11101001 111000 1000100

Color Harmonies of #7E89DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E89DB

Black with #7E89DB

Text Example


Text Example

White with #7E89DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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