Html Css Color HEX #7E8DDD Portage

📋 copy color: '#7E8DDD'

red 126 ◦ green 141 ◦ blue 221

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

Shades of Portage #7E8DDD

Tints of Portage #7E8DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.29%

R = 25.82%
G = 28.89%
B = 45.29%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7E8DDD (or 0x7E8DDD) is known color: Portage. HEX triplet: 7E, 8D and DD. RGB value is (126,141,221). Sum of RGB (Red+Green+Blue) = 126+141+221=488 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.82% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E8DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8DDD is #817222. Grayscale: #919191. Windows color (decimal): -8483363 or 14519678. OLE color: 14519678.

HSL color Cylindrical-coordinate representation of color #7E8DDD: hue angle of 230.53º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E8DDD is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 141 221 -
CMYK 0.43 0.36 0 0.13
HSL 230.53º 0.58% 0.68% -
HSV(B) 230.53º 0.43% 0.87% -
XYZ 31.18 28.71 72.3 -
YUV 145.64 170.53 114 -
System Red Green Blue C M Y K H S L
Decimal 126 141 221 0.43 0.36 0 0.13 230.53 0.58 0.68
Hex 7E 8D DD 2B 24 0 D E7 3A 44
Octal 176 215 335 53 44 0 15 347 72 104
Binary 1111110 10001101 11011101 101011 100100 0 1101 11100111 111010 1000100

Color Harmonies of #7E8DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8DDD

Black with #7E8DDD

Text Example


Text Example

White with #7E8DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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