Html Css Color HEX #7E8DCE Portage

📋 copy color: '#7E8DCE'

red 126 ◦ green 141 ◦ blue 206

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

Shades of Portage #7E8DCE

Tints of Portage #7E8DCE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.81%

 BLUE value IS 206 (80.86% from 255) = 43.55%

R = 26.64%
G = 29.81%
B = 43.55%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7E8DCE (or 0x7E8DCE) is known color: Portage. HEX triplet: 7E, 8D and CE. RGB value is (126,141,206). Sum of RGB (Red+Green+Blue) = 126+141+206=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E8DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8DCE is #817231. Grayscale: #8F8F8F. Windows color (decimal): -8483378 or 13536638. OLE color: 13536638.

HSL color Cylindrical-coordinate representation of color #7E8DCE: hue angle of 228.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E8DCE is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 126 141 206 -
CMYK 0.39 0.32 0 0.19
HSL 228.75º 0.45% 0.65% -
HSV(B) 228.75º 0.39% 0.81% -
XYZ 29.27 27.94 62.24 -
YUV 143.93 163.03 115.21 -
System Red Green Blue C M Y K H S L
Decimal 126 141 206 0.39 0.32 0 0.19 228.75 0.45 0.65
Hex 7E 8D CE 27 20 0 13 E5 2D 41
Octal 176 215 316 47 40 0 23 345 55 101
Binary 1111110 10001101 11001110 100111 100000 0 10011 11100101 101101 1000001

Color Harmonies of #7E8DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8DCE

Black with #7E8DCE

Text Example


Text Example

White with #7E8DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,141,206); }

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

background-color css

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

 a { background-color: rgb(126,141,206); }

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

border-color css

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

 span { border-color: rgb(126,141,206); }

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