Html Css Color HEX #808DDC Portage

📋 copy color: '#808DDC'

red 128 ◦ green 141 ◦ blue 220

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

Shades of Portage #808DDC

Tints of Portage #808DDC

RGB

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

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

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

R = 26.18%
G = 28.83%
B = 44.99%

CMYK

 C value IS 0.42

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#808DDC (or 0x808DDC) is known color: Portage. HEX triplet: 80, 8D and DC. RGB value is (128,141,220). Sum of RGB (Red+Green+Blue) = 128+141+220=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #808DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808DDC is #7F7223. Grayscale: #919191. Windows color (decimal): -8352292 or 14454144. OLE color: 14454144.

HSL color Cylindrical-coordinate representation of color #808DDC: hue angle of 231.52º 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 #808DDC is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 141 220 -
CMYK 0.42 0.36 0 0.14
HSL 231.52º 0.57% 0.68% -
HSV(B) 231.52º 0.42% 0.86% -
XYZ 31.35 28.81 71.62 -
YUV 146.12 169.69 115.08 -
System Red Green Blue C M Y K H S L
Decimal 128 141 220 0.42 0.36 0 0.14 231.52 0.57 0.68
Hex 80 8D DC 2A 24 0 E E8 39 44
Octal 200 215 334 52 44 0 16 350 71 104
Binary 10000000 10001101 11011100 101010 100100 0 1110 11101000 111001 1000100

Color Harmonies of #808DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808DDC

Black with #808DDC

Text Example


Text Example

White with #808DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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