#818AE9

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

Shades of Portage #818AE9

Tints of Portage #818AE9

Color information

#818AE9 (or 0x818AE9) is unknown color: approx Portage. HEX triplet: 81, 8A and E9. RGB value is (129,138,233). Sum of RGB (Red+Green+Blue) = 129+138+233=500 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.8% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 233 (91.41% from 255 or 46.6% from 500); Max value from RGB is 233 - color contains mainly: blue. Hex color #818AE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818AE9 is #7E7516. Grayscale: #919191. Windows color (decimal): -8287511 or 15305345. OLE color: 15305345.

HSL color Cylindrical-coordinate representation of color #818AE9: hue angle of 234.81º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #818AE9 is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB129138233-
CMYK0.450.4100.09
HSL234.81º70.27%70.98%-
HSV(B)234.81º44.64%91.37%-
XYZ32.8528.7380.9-
YUV146.14177.02115.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.8%
GREEN value IS 138 (54.30% from 255) = 27.6%
BLUE value IS 233 (91.41% from 255) = 46.6%
R=25.8%
G=27.6%
B=46.6%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1291382330.450.4100.09234.8170.2770.98
Hex818AE92D2909eb4647
Octal2012123515551011353106107
Binary100000011000101011101001101101101001010011110101110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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