Html Css Color HEX #7E89EA Portage

📋 copy color: '#7E89EA'

red 126 ◦ green 137 ◦ blue 234

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

Shades of Portage #7E89EA

Tints of Portage #7E89EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.08%

R = 25.35%
G = 27.57%
B = 47.08%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7E89EA (or 0x7E89EA) is known color: Portage. HEX triplet: 7E, 89 and EA. RGB value is (126,137,234). Sum of RGB (Red+Green+Blue) = 126+137+234=497 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.35% from 497); Green value is 137 (53.91% from 255 or 27.57% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #7E89EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E89EA is #817615. Grayscale: #909090. Windows color (decimal): -8484374 or 15370622. OLE color: 15370622.

HSL color Cylindrical-coordinate representation of color #7E89EA: hue angle of 233.89º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E89EA is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 126 137 234 -
CMYK 0.46 0.41 0 0.08
HSL 233.89º 0.72% 0.71% -
HSV(B) 233.89º 0.46% 0.92% -
XYZ 32.4 28.27 81.59 -
YUV 144.77 178.36 114.61 -
System Red Green Blue C M Y K H S L
Decimal 126 137 234 0.46 0.41 0 0.08 233.89 0.72 0.71
Hex 7E 89 EA 2E 29 0 8 EA 48 47
Octal 176 211 352 56 51 0 10 352 110 107
Binary 1111110 10001001 11101010 101110 101001 0 1000 11101010 1001000 1000111

Color Harmonies of #7E89EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E89EA

Black with #7E89EA

Text Example


Text Example

White with #7E89EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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