#808CCB

Color #808CCB Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #808CCB

Tints of Portage #808CCB

Color information

#808CCB (or 0x808CCB) is unknown color: approx Portage. HEX triplet: 80, 8C and CB. RGB value is (128,140,203). Sum of RGB (Red+Green+Blue) = 128+140+203=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #808CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808CCB is #7F7334. Grayscale: #8F8F8F. Windows color (decimal): -8352565 or 13339776. OLE color: 13339776.

HSL color Cylindrical-coordinate representation of color #808CCB: hue angle of 230.4º degrees, saturation: 0.42, 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 #808CCB is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB128140203-
CMYK0.370.3100.20
HSL230.4º41.9%64.9%-
HSV(B)230.4º36.95%79.61%-
XYZ29.0627.6660.31-
YUV143.59161.52116.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.18%
GREEN value IS 140 (55.08% from 255) = 29.72%
BLUE value IS 203 (79.69% from 255) = 43.10%
R=27.18%
G=29.72%
B=43.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281402030.370.3100.20230.441.964.9
Hex808CCB251F014e62a41
Octal200214313453702434652101
Binary10000000100011001100101110010111111010100111001101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,140,203); }

 H1.HeaderClassName
 {
   color: #808CCB;
 }
 .AnyTagClassName
 {
   color: #808CCB;
 }
</style>
background-color css

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

 a { background-color: rgb(128,140,203); }

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

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

 span { border-color: rgb(128,140,203); }

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