#818DCA

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

Shades of Portage #818DCA

Tints of Portage #818DCA

Color information

#818DCA (or 0x818DCA) is unknown color: approx Portage. HEX triplet: 81, 8D and CA. RGB value is (129,141,202). Sum of RGB (Red+Green+Blue) = 129+141+202=472 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.33% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #818DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818DCA is #7E7235. Grayscale: #909090. Windows color (decimal): -8286774 or 13274497. OLE color: 13274497.

HSL color Cylindrical-coordinate representation of color #818DCA: hue angle of 230.14º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #818DCA is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB129141202-
CMYK0.360.3000.21
HSL230.14º40.78%64.9%-
HSV(B)230.14º36.14%79.22%-
XYZ29.2427.9859.74-
YUV144.37160.52117.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.33%
GREEN value IS 141 (55.47% from 255) = 29.87%
BLUE value IS 202 (79.30% from 255) = 42.80%
R=27.33%
G=29.87%
B=42.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291412020.360.3000.21230.1440.7864.9
Hex818DCA241E015e62941
Octal201215312443602534651101
Binary10000001100011011100101010010011110010101111001101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,141,202); }

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

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

 a { background-color: rgb(129,141,202); }

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

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

 span { border-color: rgb(129,141,202); }

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