#808ACD

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

Shades of Portage #808ACD

Tints of Portage #808ACD

Color information

#808ACD (or 0x808ACD) is unknown color: approx Portage. HEX triplet: 80, 8A and CD. RGB value is (128,138,205). Sum of RGB (Red+Green+Blue) = 128+138+205=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #808ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808ACD is #7F7532. Grayscale: #8E8E8E. Windows color (decimal): -8353075 or 13470336. OLE color: 13470336.

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

Color convert

RGB128138205-
CMYK0.380.3300.20
HSL232.21º43.5%65.29%-
HSV(B)232.21º37.56%80.39%-
XYZ29.0127.1761.47-
YUV142.65163.19117.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.18%
GREEN value IS 138 (54.30% from 255) = 29.30%
BLUE value IS 205 (80.47% from 255) = 43.52%
R=27.18%
G=29.30%
B=43.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281382050.380.3300.20232.2143.565.29
Hex808ACD2621014e82c41
Octal200212315464102435054101
Binary100000001000101011001101100110100001010100111010001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,138,205); }

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

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

 a { background-color: rgb(128,138,205); }

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

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

 span { border-color: rgb(128,138,205); }

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