Html Css Color HEX #808ECD Portage

📋 copy color: '#808ECD'

red 128 ◦ green 142 ◦ blue 205

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

Shades of Portage #808ECD

Tints of Portage #808ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.16%

R = 26.95%
G = 29.89%
B = 43.16%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#808ECD (or 0x808ECD) is known color: Portage. HEX triplet: 80, 8E and CD. RGB value is (128,142,205). Sum of RGB (Red+Green+Blue) = 128+142+205=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #808ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808ECD is #7F7132. Grayscale: #909090. Windows color (decimal): -8352051 or 13471360. OLE color: 13471360.

HSL color Cylindrical-coordinate representation of color #808ECD: hue angle of 229.09º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #808ECD is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 142 205 -
CMYK 0.38 0.31 0 0.20
HSL 229.09º 0.44% 0.65% -
HSV(B) 229.09º 0.38% 0.8% -
XYZ 29.59 28.34 61.67 -
YUV 145 161.86 115.88 -
System Red Green Blue C M Y K H S L
Decimal 128 142 205 0.38 0.31 0 0.20 229.09 0.44 0.65
Hex 80 8E CD 26 1F 0 14 E5 2C 41
Octal 200 216 315 46 37 0 24 345 54 101
Binary 10000000 10001110 11001101 100110 11111 0 10100 11100101 101100 1000001

Color Harmonies of #808ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808ECD

Black with #808ECD

Text Example


Text Example

White with #808ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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