Html Css Color HEX #7E8EEA Portage

📋 copy color: '#7E8EEA'

red 126 ◦ green 142 ◦ blue 234

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

Shades of Portage #7E8EEA

Tints of Portage #7E8EEA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.29%

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

R = 25.1%
G = 28.29%
B = 46.61%

CMYK

 C value IS 0.46

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7E8EEA (or 0x7E8EEA) is known color: Portage. HEX triplet: 7E, 8E and EA. RGB value is (126,142,234). Sum of RGB (Red+Green+Blue) = 126+142+234=502 (66% of max value = 765). Red value is 126 (49.61% from 255 or 25.10% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #7E8EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E8EEA is #817115. Grayscale: #939393. Windows color (decimal): -8483094 or 15371902. OLE color: 15371902.

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

Color convert

RGB 126 142 234 -
CMYK 0.46 0.39 0 0.08
HSL 231.11º 0.72% 0.71% -
HSV(B) 231.11º 0.46% 0.92% -
XYZ 33.13 29.72 81.83 -
YUV 147.7 176.7 112.52 -
System Red Green Blue C M Y K H S L
Decimal 126 142 234 0.46 0.39 0 0.08 231.11 0.72 0.71
Hex 7E 8E EA 2E 27 0 8 E7 48 47
Octal 176 216 352 56 47 0 10 347 110 107
Binary 1111110 10001110 11101010 101110 100111 0 1000 11100111 1001000 1000111

Color Harmonies of #7E8EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8EEA

Black with #7E8EEA

Text Example


Text Example

White with #7E8EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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