Html Css Color HEX #7E8ECC Portage

📋 copy color: '#7E8ECC'

red 126 ◦ green 142 ◦ blue 204

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

Shades of Portage #7E8ECC

Tints of Portage #7E8ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 26.69%
G = 30.08%
B = 43.22%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7E8ECC (or 0x7E8ECC) is known color: Portage. HEX triplet: 7E, 8E and CC. RGB value is (126,142,204). Sum of RGB (Red+Green+Blue) = 126+142+204=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #7E8ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8ECC is #817133. Grayscale: #909090. Windows color (decimal): -8483124 or 13405822. OLE color: 13405822.

HSL color Cylindrical-coordinate representation of color #7E8ECC: hue angle of 227.69º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E8ECC is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 126 142 204 -
CMYK 0.38 0.30 0 0.2
HSL 227.69º 0.43% 0.65% -
HSV(B) 227.69º 0.38% 0.8% -
XYZ 29.18 28.14 61.02 -
YUV 144.28 161.7 114.96 -
System Red Green Blue C M Y K H S L
Decimal 126 142 204 0.38 0.30 0 0.2 227.69 0.43 0.65
Hex 7E 8E CC 26 1E 0 14 E4 2B 41
Octal 176 216 314 46 36 0 24 344 53 101
Binary 1111110 10001110 11001100 100110 11110 0 10100 11100100 101011 1000001

Color Harmonies of #7E8ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8ECC

Black with #7E8ECC

Text Example


Text Example

White with #7E8ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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