Html Css Color HEX #808EDC Portage

📋 copy color: '#808EDC'

red 128 ◦ green 142 ◦ blue 220

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

Shades of Portage #808EDC

Tints of Portage #808EDC

RGB

 RED value IS 128 (50.39% from 255) = 26.12%

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

 BLUE value IS 220 (86.33% from 255) = 44.9%

R = 26.12%
G = 28.98%
B = 44.9%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#808EDC (or 0x808EDC) is known color: Portage. HEX triplet: 80, 8E and DC. RGB value is (128,142,220). Sum of RGB (Red+Green+Blue) = 128+142+220=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #808EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808EDC is #7F7123. Grayscale: #929292. Windows color (decimal): -8352036 or 14454400. OLE color: 14454400.

HSL color Cylindrical-coordinate representation of color #808EDC: hue angle of 230.87º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #808EDC is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 142 220 -
CMYK 0.42 0.35 0 0.14
HSL 230.87º 0.57% 0.68% -
HSV(B) 230.87º 0.42% 0.86% -
XYZ 31.49 29.1 71.67 -
YUV 146.71 169.36 114.66 -
System Red Green Blue C M Y K H S L
Decimal 128 142 220 0.42 0.35 0 0.14 230.87 0.57 0.68
Hex 80 8E DC 2A 23 0 E E7 39 44
Octal 200 216 334 52 43 0 16 347 71 104
Binary 10000000 10001110 11011100 101010 100011 0 1110 11100111 111001 1000100

Color Harmonies of #808EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808EDC

Black with #808EDC

Text Example


Text Example

White with #808EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808EDC; }

 p { color: rgb(128,142,220); }

 H1.HeaderClassName
 {
   color: #808EDC;
 }
 .AnyTagClassName
 {
   color: #808EDC;
 }
</style>

background-color css

<style>
 a { background-color: #808EDC; }

 a { background-color: rgb(128,142,220); }

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

border-color css

<style>
 span { border-color: #808EDC; }

 span { border-color: rgb(128,142,220); }

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