Html Css Color HEX #808ECE Portage

📋 copy color: '#808ECE'

red 128 ◦ green 142 ◦ blue 206

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

Shades of Portage #808ECE

Tints of Portage #808ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 26.89%
G = 29.83%
B = 43.28%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#808ECE (or 0x808ECE) is known color: Portage. HEX triplet: 80, 8E and CE. RGB value is (128,142,206). Sum of RGB (Red+Green+Blue) = 128+142+206=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #808ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808ECE is #7F7131. Grayscale: #909090. Windows color (decimal): -8352050 or 13536896. OLE color: 13536896.

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

Color convert

RGB 128 142 206 -
CMYK 0.38 0.31 0 0.19
HSL 229.23º 0.44% 0.65% -
HSV(B) 229.23º 0.38% 0.81% -
XYZ 29.72 28.39 62.31 -
YUV 145.11 162.36 115.8 -
System Red Green Blue C M Y K H S L
Decimal 128 142 206 0.38 0.31 0 0.19 229.23 0.44 0.65
Hex 80 8E CE 26 1F 0 13 E5 2C 41
Octal 200 216 316 46 37 0 23 345 54 101
Binary 10000000 10001110 11001110 100110 11111 0 10011 11100101 101100 1000001

Color Harmonies of #808ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808ECE

Black with #808ECE

Text Example


Text Example

White with #808ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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