#808FCC

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

Shades of Portage #808FCC

Tints of Portage #808FCC

Color information

#808FCC (or 0x808FCC) is unknown color: approx Portage. HEX triplet: 80, 8F and CC. RGB value is (128,143,204). Sum of RGB (Red+Green+Blue) = 128+143+204=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #808FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808FCC is #7F7033. Grayscale: #919191. Windows color (decimal): -8351796 or 13406080. OLE color: 13406080.

HSL color Cylindrical-coordinate representation of color #808FCC: hue angle of 228.16º 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 #808FCC is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB128143204-
CMYK0.370.3000.2
HSL228.16º42.7%65.1%-
HSV(B)228.16º37.25%80%-
XYZ29.6228.5961.08-
YUV145.47161.03115.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.95%
GREEN value IS 143 (56.25% from 255) = 30.11%
BLUE value IS 204 (80.08% from 255) = 42.95%
R=26.95%
G=30.11%
B=42.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1281432040.370.3000.2228.1642.765.1
Hex808FCC251E014e42b41
Octal200217314453602434453101
Binary10000000100011111100110010010111110010100111001001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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