#818CE9

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

Shades of Portage #818CE9

Tints of Portage #818CE9

Color information

#818CE9 (or 0x818CE9) is unknown color: approx Portage. HEX triplet: 81, 8C and E9. RGB value is (129,140,233). Sum of RGB (Red+Green+Blue) = 129+140+233=502 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.70% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 233 (91.41% from 255 or 46.41% from 502); Max value from RGB is 233 - color contains mainly: blue. Hex color #818CE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #818CE9 is #7E7316. Grayscale: #929292. Windows color (decimal): -8286999 or 15305857. OLE color: 15305857.

HSL color Cylindrical-coordinate representation of color #818CE9: hue angle of 233.65º 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 #818CE9 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB129140233-
CMYK0.450.4000.09
HSL233.65º70.27%70.98%-
HSV(B)233.65º44.64%91.37%-
XYZ33.1429.3181-
YUV147.31176.36114.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.70%
GREEN value IS 140 (55.08% from 255) = 27.89%
BLUE value IS 233 (91.41% from 255) = 46.41%
R=25.70%
G=27.89%
B=46.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1291402330.450.4000.09233.6570.2770.98
Hex818CE92D2809ea4647
Octal2012143515550011352106107
Binary100000011000110011101001101101101000010011110101010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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