Html Css Color HEX #7E8CDA Portage

📋 copy color: '#7E8CDA'

red 126 ◦ green 140 ◦ blue 218

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

Shades of Portage #7E8CDA

Tints of Portage #7E8CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.93%

 BLUE value IS 218 (85.55% from 255) = 45.04%

R = 26.03%
G = 28.93%
B = 45.04%

CMYK

 C value IS 0.42

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7E8CDA (or 0x7E8CDA) is known color: Portage. HEX triplet: 7E, 8C and DA. RGB value is (126,140,218). Sum of RGB (Red+Green+Blue) = 126+140+218=484 (64% of max value = 765). Red value is 126 (49.61% from 255 or 26.03% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #7E8CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8CDA is #817325. Grayscale: #909090. Windows color (decimal): -8483622 or 14322814. OLE color: 14322814.

HSL color Cylindrical-coordinate representation of color #7E8CDA: hue angle of 230.87º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E8CDA is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 126 140 218 -
CMYK 0.42 0.36 0 0.15
HSL 230.87º 0.55% 0.67% -
HSV(B) 230.87º 0.42% 0.85% -
XYZ 30.64 28.25 70.17 -
YUV 144.71 169.36 114.66 -
System Red Green Blue C M Y K H S L
Decimal 126 140 218 0.42 0.36 0 0.15 230.87 0.55 0.67
Hex 7E 8C DA 2A 24 0 F E7 37 43
Octal 176 214 332 52 44 0 17 347 67 103
Binary 1111110 10001100 11011010 101010 100100 0 1111 11100111 110111 1000011

Color Harmonies of #7E8CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8CDA

Black with #7E8CDA

Text Example


Text Example

White with #7E8CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,140,218); }

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

background-color css

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

 a { background-color: rgb(126,140,218); }

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

border-color css

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

 span { border-color: rgb(126,140,218); }

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