Html Css Color HEX #7E8BEA Portage

📋 copy color: '#7E8BEA'

red 126 ◦ green 139 ◦ blue 234

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

Shades of Portage #7E8BEA

Tints of Portage #7E8BEA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.86%

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

R = 25.25%
G = 27.86%
B = 46.89%

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

#7E8BEA (or 0x7E8BEA) is known color: Portage. HEX triplet: 7E, 8B and EA. RGB value is (126,139,234). Sum of RGB (Red+Green+Blue) = 126+139+234=499 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.25% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #7E8BEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E8BEA is #817415. Grayscale: #919191. Windows color (decimal): -8483862 or 15371134. OLE color: 15371134.

HSL color Cylindrical-coordinate representation of color #7E8BEA: hue angle of 232.78º 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 #7E8BEA is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 126 139 234 -
CMYK 0.46 0.41 0 0.08
HSL 232.78º 0.72% 0.71% -
HSV(B) 232.78º 0.46% 0.92% -
XYZ 32.69 28.84 81.69 -
YUV 145.94 177.69 113.78 -
System Red Green Blue C M Y K H S L
Decimal 126 139 234 0.46 0.41 0 0.08 232.78 0.72 0.71
Hex 7E 8B EA 2E 29 0 8 E9 48 47
Octal 176 213 352 56 51 0 10 351 110 107
Binary 1111110 10001011 11101010 101110 101001 0 1000 11101001 1001000 1000111

Color Harmonies of #7E8BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8BEA

Black with #7E8BEA

Text Example


Text Example

White with #7E8BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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