Html Css Color HEX #808ED2 Portage

📋 copy color: '#808ED2'

red 128 ◦ green 142 ◦ blue 210

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

Shades of Portage #808ED2

Tints of Portage #808ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.75%

R = 26.67%
G = 29.58%
B = 43.75%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#808ED2 (or 0x808ED2) is known color: Portage. HEX triplet: 80, 8E and D2. RGB value is (128,142,210). Sum of RGB (Red+Green+Blue) = 128+142+210=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 210 (82.42% from 255 or 43.75% from 480); Max value from RGB is 210 - color contains mainly: blue. Hex color #808ED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808ED2 is #7F712D. Grayscale: #919191. Windows color (decimal): -8352046 or 13799040. OLE color: 13799040.

HSL color Cylindrical-coordinate representation of color #808ED2: hue angle of 229.76º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #808ED2 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 142 210 -
CMYK 0.39 0.32 0 0.18
HSL 229.76º 0.48% 0.66% -
HSV(B) 229.76º 0.39% 0.82% -
XYZ 30.21 28.59 64.9 -
YUV 145.57 164.36 115.47 -
System Red Green Blue C M Y K H S L
Decimal 128 142 210 0.39 0.32 0 0.18 229.76 0.48 0.66
Hex 80 8E D2 27 20 0 12 E6 30 42
Octal 200 216 322 47 40 0 22 346 60 102
Binary 10000000 10001110 11010010 100111 100000 0 10010 11100110 110000 1000010

Color Harmonies of #808ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808ED2

Black with #808ED2

Text Example


Text Example

White with #808ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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