#808BCB

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

Shades of Portage #808BCB

Tints of Portage #808BCB

Color information

#808BCB (or 0x808BCB) is unknown color: approx Portage. HEX triplet: 80, 8B and CB. RGB value is (128,139,203). Sum of RGB (Red+Green+Blue) = 128+139+203=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #808BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808BCB is #7F7434. Grayscale: #8E8E8E. Windows color (decimal): -8352821 or 13339520. OLE color: 13339520.

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

Color convert

RGB128139203-
CMYK0.370.3200.20
HSL231.2º41.9%64.9%-
HSV(B)231.2º36.95%79.61%-
XYZ28.9127.3760.26-
YUV143.01161.86117.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.23%
GREEN value IS 139 (54.69% from 255) = 29.57%
BLUE value IS 203 (79.69% from 255) = 43.19%
R=27.23%
G=29.57%
B=43.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281392030.370.3200.20231.241.964.9
Hex808BCB2520014e72a41
Octal200213313454002434752101
Binary100000001000101111001011100101100000010100111001111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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