#818EDB

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

Shades of Portage #818EDB

Tints of Portage #818EDB

Color information

#818EDB (or 0x818EDB) is unknown color: approx Portage. HEX triplet: 81, 8E and DB. RGB value is (129,142,219). Sum of RGB (Red+Green+Blue) = 129+142+219=490 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.33% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #818EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #818EDB is #7E7124. Grayscale: #929292. Windows color (decimal): -8286501 or 14388865. OLE color: 14388865.

HSL color Cylindrical-coordinate representation of color #818EDB: hue angle of 231.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #818EDB is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB129142219-
CMYK0.410.3500.14
HSL231.33º55.56%68.24%-
HSV(B)231.33º41.1%85.88%-
XYZ31.5129.1370.98-
YUV146.89168.69115.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.33%
GREEN value IS 142 (55.86% from 255) = 28.98%
BLUE value IS 219 (85.94% from 255) = 44.69%
R=26.33%
G=28.98%
B=44.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1291422190.410.3500.14231.3355.5668.24
Hex818EDB29230Ee73844
Octal201216333514301634770104
Binary10000001100011101101101110100110001101110111001111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,142,219); }

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

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

 a { background-color: rgb(129,142,219); }

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

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

 span { border-color: rgb(129,142,219); }

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