Html Css Color HEX #808ECC Portage

📋 copy color: '#808ECC'

red 128 ◦ green 142 ◦ blue 204

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

Shades of Portage #808ECC

Tints of Portage #808ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.04%

R = 27%
G = 29.96%
B = 43.04%

CMYK

 C value IS 0.37

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#808ECC (or 0x808ECC) is known color: Portage. HEX triplet: 80, 8E and CC. RGB value is (128,142,204). Sum of RGB (Red+Green+Blue) = 128+142+204=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #808ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808ECC is #7F7133. Grayscale: #909090. Windows color (decimal): -8352052 or 13405824. OLE color: 13405824.

HSL color Cylindrical-coordinate representation of color #808ECC: hue angle of 228.95º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #808ECC is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 142 204 -
CMYK 0.37 0.30 0 0.2
HSL 228.95º 0.43% 0.65% -
HSV(B) 228.95º 0.37% 0.8% -
XYZ 29.47 28.29 61.03 -
YUV 144.88 161.36 115.96 -
System Red Green Blue C M Y K H S L
Decimal 128 142 204 0.37 0.30 0 0.2 228.95 0.43 0.65
Hex 80 8E CC 25 1E 0 14 E5 2B 41
Octal 200 216 314 45 36 0 24 345 53 101
Binary 10000000 10001110 11001100 100101 11110 0 10100 11100101 101011 1000001

Color Harmonies of #808ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808ECC

Black with #808ECC

Text Example


Text Example

White with #808ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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