Html Css Color HEX #7E8ECD Portage

📋 copy color: '#7E8ECD'

red 126 ◦ green 142 ◦ blue 205

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

Shades of Portage #7E8ECD

Tints of Portage #7E8ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 26.64%
G = 30.02%
B = 43.34%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7E8ECD (or 0x7E8ECD) is known color: Portage. HEX triplet: 7E, 8E and CD. RGB value is (126,142,205). Sum of RGB (Red+Green+Blue) = 126+142+205=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E8ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8ECD is #817132. Grayscale: #909090. Windows color (decimal): -8483123 or 13471358. OLE color: 13471358.

HSL color Cylindrical-coordinate representation of color #7E8ECD: hue angle of 227.85º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E8ECD is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 126 142 205 -
CMYK 0.39 0.31 0 0.20
HSL 227.85º 0.44% 0.65% -
HSV(B) 227.85º 0.39% 0.8% -
XYZ 29.3 28.19 61.65 -
YUV 144.4 162.2 114.88 -
System Red Green Blue C M Y K H S L
Decimal 126 142 205 0.39 0.31 0 0.20 227.85 0.44 0.65
Hex 7E 8E CD 27 1F 0 14 E4 2C 41
Octal 176 216 315 47 37 0 24 344 54 101
Binary 1111110 10001110 11001101 100111 11111 0 10100 11100100 101100 1000001

Color Harmonies of #7E8ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8ECD

Black with #7E8ECD

Text Example


Text Example

White with #7E8ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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