#818ACD

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

Shades of Portage #818ACD

Tints of Portage #818ACD

Color information

#818ACD (or 0x818ACD) is unknown color: approx Portage. HEX triplet: 81, 8A and CD. RGB value is (129,138,205). Sum of RGB (Red+Green+Blue) = 129+138+205=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #818ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818ACD is #7E7532. Grayscale: #8E8E8E. Windows color (decimal): -8287539 or 13470337. OLE color: 13470337.

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

Color convert

RGB129138205-
CMYK0.370.3300.20
HSL232.89º43.18%65.49%-
HSV(B)232.89º37.07%80.39%-
XYZ29.1627.2561.48-
YUV142.95163.02118.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.33%
GREEN value IS 138 (54.30% from 255) = 29.24%
BLUE value IS 205 (80.47% from 255) = 43.43%
R=27.33%
G=29.24%
B=43.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291382050.370.3300.20232.8943.1865.49
Hex818ACD2521014e92b41
Octal201212315454102435153101
Binary100000011000101011001101100101100001010100111010011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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