#818ACE

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

Shades of Portage #818ACE

Tints of Portage #818ACE

Color information

#818ACE (or 0x818ACE) is unknown color: approx Portage. HEX triplet: 81, 8A and CE. RGB value is (129,138,206). Sum of RGB (Red+Green+Blue) = 129+138+206=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #818ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818ACE is #7E7531. Grayscale: #8E8E8E. Windows color (decimal): -8287538 or 13535873. OLE color: 13535873.

HSL color Cylindrical-coordinate representation of color #818ACE: hue angle of 232.99º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #818ACE is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB129138206-
CMYK0.370.3300.19
HSL232.99º44%65.69%-
HSV(B)232.99º37.38%80.78%-
XYZ29.2827.362.12-
YUV143.06163.52117.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.27%
GREEN value IS 138 (54.30% from 255) = 29.18%
BLUE value IS 206 (80.86% from 255) = 43.55%
R=27.27%
G=29.18%
B=43.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1291382060.370.3300.19232.994465.69
Hex818ACE2521013e92c42
Octal201212316454102335154102
Binary100000011000101011001110100101100001010011111010011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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